Jump to content
Sign in to follow this  
esensio

How to fix the width of the content of the pages?

Recommended Posts

esensio

Hello, I am trying to fix the width of the content of the pages. http://esensio.eu/dev/btt/contact/ I want the picture to be aligned on the right with the main menu. My width is 1000px Thanks in advance! Alex

Share this post


Link to post
Share on other sites
Kate

Hi Alex, Here's the code:

.page-id-252 #column-main .mcolumn-pad{padding-right:0px !important;}
	.page-id-252 #column-wrap, .page-id-252 #column-main{width:100% !important;}

The ".page-id-252" makes sure the style is applied to only that page. If you want it for all pages, remove those three calls.

Share this post


Link to post
Share on other sites
esensio
Hello Kate, I am sorry, the code don't work for me. I tried without the three calls also, but nothing changes. I will leave it for now, it's not so serious. Thanks and Regards!

Share this post


Link to post
Share on other sites
esensio
Cleared the cache, pasted the code again...and it's Fixed!

Share this post


Link to post
Share on other sites
esensio
Kate, Please edit as ANSWERED Thanks!

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  

×