Sidebar Widths, Content Width and Padding in-between
-
Hi Everyone,
I am trying to get my site layout to the way I want. I have two images to graphically represent what I would like to do – is there any CSS I could add to achieve my aims?
The website is https://www.sobrienmarblestone.ie
Problem 1 is the default page template: https://www.sobrienmarblestone.ie/wp-content/uploads/2014/12/sob-help-1.jpg
I would like the left sidebar to be 240px, then a 15px padding before the text/content which would take up remaining space after a 15px padding either side of a 300px right sidebar.and
Problem 2 is on the full-width page template: https://www.sobrienmarblestone.ie/wp-content/uploads/2014/12/sob-help-2.jpg
I would like once more for the left sidebar to remain at 240px, then a 15px padding before and after the text/content which would take up remaining space.The CSS that is already added is…
.site { margin: 0 auto; } .entry-content, .entry-summary, .page-content, .nav-links, .comment-content, .widget { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; word-wrap: normal; }
…which centres the whole site and stops text falling into the next line hyphenated.
Please help!
Many Thanks,
Daniel.
Ireland.
- The topic ‘Sidebar Widths, Content Width and Padding in-between’ is closed to new replies.