Jump to content
Sign in to follow this  
tandan

How to delete the padding area

Recommended Posts

tandan

I'm having a hard time finding the right CSS to change to delete area shown in this image: http://imgur.com/noiK1. can someone help? thanks! tan I'm on PL 2.1.1

Share this post


Link to post
Share on other sites
Jackey
A url to the side would be handy. But you are probably searching for the content padding of the features section: [code]#features.container .content-pad { margin-top: 0; margin-bottom: 0; } [/code]

Share this post


Link to post
Share on other sites
tandan
thank you!!!! i actually ending up using: [code]#features.container .content-pad { padding: 0 10px; }[/code]

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×