Home>Support>Unable to change padding margin on a div

Unable to change padding margin on a div

By Aryea, 11 years ago. Last reply by Andrew Misplon, 11 years ago.
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

I have been reading multiple posts concerning changing the padding on widgets, but I am having no luck in changing the bottom padding under a slider div on my site ( http://www.aryeacrafts.com )

Here is a screenshot highlighting what I am trying to change: http://i.imgur.com/K1QTASP.png

I want to make the padding the same for both the top and bottom, but the bottom is clearly larger. I have messed around with many different parts of my theme CSS, but am just not having any luck.

Any help would be greatly appreciated, thank you

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 11 years, 1 month ago Aryea

    I am not sure why my links did not work in the above post.

    site: http://www.aryeacrafts.com

    SS for reference: http://i.imgur.com/K1QTASP.png

  2. 11 years, 1 month ago Aryea

    nevermind, got it fixed :)

  3. 11 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Hi Aryea

    Thanks for running Vantage.

    The best place for your Custom CSS is Appearance > Custom CSS, any changes made via Appearance > Editor will be overwritten the next time you update Vantage (unless contained in a child theme).

    If you’d like to remove the #main div padding, top and bottom, just on your home page, here is how it would look under Appearance > Custom CSS:

    /* Home */
    
    .home #main {
    	padding-top: 0 !important;
    	padding-bottom: 0 !important;
    }
Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More