• Resolved alex138

    (@alex138)


    As I am a beginner, I didn’t create a child theme so I made the mistake to make the upgrade and all my changes disappeared.

    My website is : https://www.gsa-travel.fr

    I found last time a way to reduce the width of the pages so they look less stretched as they are right now. Like 70% as it is right now wedged with more background on the sides. Can someone tell me where I have to change it in editor with the style.css or in the “custom CSS”?

    I also have the same problem as many with the header image, but I’ll check the other threads, the answer must be somewhere.

    Thanks a lot in advance. I don’t know anything about CSS

Viewing 2 replies - 1 through 2 (of 2 total)
  • paul.a.cunn

    (@paulacunngmailcom)

    Just add the following to your custom css. The percentage is a percent of the browser window. Please note that a slider will override this css and will force the page to be 1140 px wide.

    #wrapper {
    max-width: 70%;
    }
    Thread Starter alex138

    (@alex138)

    Thank you so much Paul, it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adapt width of page’ is closed to new replies.