• Resolved bananaramallama

    (@bananaramallama)


    Hi,
    I recently switched to this theme on a webpage I am working on – warcrafters.dk.
    I’m experiencing a weird issue, and hoping I’m just overseeing a simple solution.
    On all pages created before I installed this theme, the pages load as they should.
    On all pages created AFTER I installed the theme, the content width is screwed up and the content takes up only 172 pixels of available 825px – despite not having changed that content should have a max-width of 94%. Overall, I have changed nothing to theme code since installing it, only made changes via the customize interface.
    I have tried disabling ALL plugins with no difference.
    I have tried switching to twentyfifteen theme, and pages look normal here. I can create new pages that also look normal in Twentyfifteen, but they will have the odd width when I switch back to the Agama theme. I’m stumped as to what is causing this.
    Has this been seen before and is there a solution?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter bananaramallama

    (@bananaramallama)

    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.

    ashiquzzaman

    (@ashiquzzaman)

    Looks fine from my end. Could provide a screenshot ? or live example of the problem ?

    Thread Starter bananaramallama

    (@bananaramallama)

    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/

    ashiquzzaman

    (@ashiquzzaman)

    Try this CSS code –

    .page-id-24 .sidebar_left #primary, body:not(.blog_grid).sidebar_left #primary #content {float:left !important;}
    Thread Starter bananaramallama

    (@bananaramallama)

    Hm, that just takes all contents to have no margin to the sidebar, and the problem pages still have the odd width :/

    ashiquzzaman

    (@ashiquzzaman)

    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 ?

    Thread Starter bananaramallama

    (@bananaramallama)

    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. πŸ™

    ashiquzzaman

    (@ashiquzzaman)

    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.

    Thread Starter bananaramallama

    (@bananaramallama)

    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!

    ashiquzzaman

    (@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

    Thread Starter bananaramallama

    (@bananaramallama)

    Hi Jerryscg,

    That does seem to fix it! πŸ™‚ Thank you very much! For the quick response and for providing a great theme! πŸ™‚

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Content width misbehaving’ is closed to new replies.