Unable to change padding margin on a div
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
3I 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
nevermind, got it fixed :)
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.