• Hello everyone,

    I’m facing a very annoying issue and I honestly don’t know where the problem can come from.
    Maybe a past customization ?

    My wordpress is using twenty seventeen and is http://www.brunocalendreau.com

    It works very well except on mobile. The first page is ok, but when I click on a post I just have a single lined text column, which is unreadable, I would like the site to behave like the front page.

    Any help ?

    Thanks a lot !

Viewing 5 replies - 1 through 5 (of 5 total)
  • Looks like there is something making it a max-width of 20:

    .wrap {
        max-width: 20%;
    }

    ….which I got from this inline custom CSS:

    <style type="text/css" id="wp-custom-css">
    .wrap{max-width:20%}
    @media screen and (min-width: 48em){
    .wrap{max-width:90%}
    }
    .page.page-one-column:not(.twentyseventeen-front-page) #primary{max-width:80%}
    @media screen and (min-width: 20em){
    .page-one-column .panel-content
    .wrap{max-width:40%}
    }
    </style>
    Thread Starter ashtk85

    (@ashtk85)

    THe problem is I really can’t find those lines of codes in any of the css…
    I really feel like a noob !

    No worries… I just went back to your site and see you switched to a different theme. Do you plan on going back to the 2017?

    Thread Starter ashtk85

    (@ashtk85)

    Actually I’m not sure as I’m quite satisfied with the new one.
    Which means to keep things simpler I’ll reset totally the twenty seventeen theme if I go back to it and will pay a lot more attention on the modifications I make based on online tuto, as this must be the cause of the bad manipulation

    Thanks a lot for your help

    Sometimes reverting back and starting over can be beneficial. I’ve done that a couple times with the child themes I make for the default themes.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘One character column problem’ is closed to new replies.