I think your calculations are off. When I set the sidebar width to 22.4% …it drops below the content, being, I guess, over 100%. So Content + gap can not be 75% (70% + 5% is what you said)
Where is the content width called out at?
I think your calculations are off. When I set the sidebar width to 22.4% …it drops below the content, being, I guess, over 100%. So Content + gap can not be 75% (70% + 5% is what you said)
Where is the content width called out at?
Hi,
You can check the exact width being generated using google chrome inspect element.

Main Content is set to 77.536945% so 100-77.536945 = 22.463055
I tried setting your sidebar to 22.46% and nit didn’t drop down below content.
See Video
For checking using google inspect element, please check video below
Hope that helps
You must have an extemely high resolution monitor, because mine did, and I have a 32" screen. 
I know how to inspect it, but I can’t find where the callout is to change it…can you help me out with that? I’d like to set the content somewhere between 70-75% MAX. (depending how it looks) …but I can’t locate the content width callout. I guess I can overwrite x-main on the global css…but is it on the stylesheet? where…? I have a lot of stuff changed, thinking of doing a child theme…
Hi,
You can set it under Theme Options > Layout and Design

You can also override it by addig the code below in Theme Options > CSS
.x-main {
width:70% !important;
}
Hope that helps
Oh wow, thanks so much. This theme is so big, sometimes you just miss some of the main features, LOL.
Thank you Paul.
You’re most welcome Donna. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.