Jump to content
Sign in to follow this  
arretx

On a full width page, column-wrap is stuck at 960px but the layout is 1044px

Recommended Posts

arretx

So, when I publish a page that's a full width page and I right justify anything, it doesn't extend past 960px to the right, leaving a margin between the 1044px right hand side and the content of the page. The only indicator is line 26 of dynamic.css which defines the 960px, but I can't figure out how this is being generated. A custom entry in the custom code css section doesn't seem to override the setting. In fact, the dynamic.css seems to take precedence over the custom css entered into the settings area.

Share this post


Link to post
Share on other sites
cshoffmann

Inside the layout editor you may have the default layout set to 1044px, but I think you need to go below and edit the full-width layout to 1044px as well and then save. try that and let me know.

Share this post


Link to post
Share on other sites
arretx

Shaun, I don't see anywhere in the settings where that is an option. I dragged the layout to 1044, but can't find a field for "full-width" layout.

Share this post


Link to post
Share on other sites
Gavin_

in the layout editor - which is in the pagelines settings - you can adjust the page width and sidebar settings with the slider. there are additional settings at the bottom of each page. you can override the main settings with fullwidth and sidebars.

Share this post


Link to post
Share on other sites
arretx

I understand that. I have a single page (on my site here) that has a headshot that won't align with the right side of the site. The picture stops at 960px. The page is set to full width. The layout is set to 1044px. Where else am I able to define this setting?

Share this post


Link to post
Share on other sites
arretx

Brilliant! Only problem now is that I can't get 1044 to stick. It either forces 1048 or 1040.

Share this post


Link to post
Share on other sites
cshoffmann

It is ultra sensitive to the mouse touch, but you can get 1044 if you try really hard with very slight movement of the mouse. The developers should make the layout editor where you can just type in the width value. We'll see, I think some big updates are in the future. In the meantime, you may try this in the custom code if you loose patience: #site { min-width: 1044px; } Let us know by changing the topic status if this resolved your issue.

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  

×