Jump to content
Sign in to follow this  
chebaro

Removd white space on left and right side on featured and navigation.

Recommended Posts

chebaro

Hello! Im trying to remove space on left and right side on featured and navigation, check print.jpg and see what i mean. Thanks:)!

Share this post


Link to post
Share on other sites
kastelic

Start with:

 .content {margin-left:-1px;} 

but then you may have to manually add some width to content elements to take care of the other side.

Share this post


Link to post
Share on other sites
chebaro

Im not good at this, how do I do that?

Share this post


Link to post
Share on other sites
kastelic

Paste into Custom Code -> Custom CSS

Share this post


Link to post
Share on other sites
chebaro

Yes, that i know. What i mean is, What css code should i use? Im not good at css. Thanks mate!

Share this post


Link to post
Share on other sites
catrina

Here's an example of code with a width parameter:

.content {margin-left:-1px; width: NUMBERpx;}

NUMBER is replaced by the number value for the width that works best (i.e. 200, 300, etc.)


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

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  

×