This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Unable to change padding margin on a div

Open 3 replies themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Aryea 11 years, 8 months ago

    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. Aryea 11 years, 8 months ago

    nevermind, got it fixed :)

  3. Andrew Misplon Staff 11 years, 8 months ago

    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.

Have a different question or issue?

Start New Thread