Update: The issue is only present when the menu is set to be on left side of content – when moved to right side, the content loads at the correct width.
Looks fine from my end. Could provide a screenshot ? or live example of the problem ?
I’ve changed the sidebar back to being on the left side, and the problem is now on the live page again here:
http://warcrafters.dk/index.php/gallery/
Try this CSS code –
.page-id-24 .sidebar_left #primary, body:not(.blog_grid).sidebar_left #primary #content {float:left !important;}
Hm, that just takes all contents to have no margin to the sidebar, and the problem pages still have the odd width :/
May be I’m not clear about what you’re trying to achieve, Could you guide through your problem and let me know what you want to achieve ?
This screenshot should explain. At the moment, the content on the gallery subpage (and a few others) takes up only the red square area. I want it to take up the blue square area, like other subpages that are functioning correctly. The problem is only there when the sidebar is on the left, but I want the sidebar there, so moving it to the right (Which gives the correct width) is a bad fix.
It’s a clean installation of the theme and the problem persists when I disable all plugins. I have tested that it’s there in Chrome, Firefox and IE on Windows, I don’t have access to a Mac at the moment to see if it happens there as well, But I’m guessing it does. π
Seems like some conflicting CSS working under the hood, The theme author is pretty active on this forum, Wait the for the theme author to help you out.
Yeah, that’s my thinking as well, so far I haven’t found it, and the fact that it seems to only happen on new pages confuses me :/ I hope the theme author will have some input!
Thanks for looking into it, ashiquzzaman!
Could be a bug or something like that prolly
Hello bananaramallama,
Try next:
Admin Dashboard -> Appearance -> Customize -> Styling -> Custom CSS
& add next CSS code:
#primary #content {
width: 100%;
}
Please let me know if that’s helps you, i will prepare fix for this bug.
Best Regards
Hi Jerryscg,
That does seem to fix it! π Thank you very much! For the quick response and for providing a great theme! π