• Resolved caro212

    (@caro212)


    Hello,

    English isn’t my native language so I apologise if my explanations aren’t clear.

    I noticed that my site (https://www.carolinesmeers.com) isn’t responsive with large screen like iMac even with 13-inch or 17-inch screen.

    The site content is centered and there are two white areas on the right and the left side.

    What can I do if I want my site taking up the full extent of the screen ?

    Thank you in advance for helping me,

    Caroline

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello Caroline,
    does your theme have two side bars?
    What theme are using?

    Thread Starter caro212

    (@caro212)

    Hello Dyrer,

    Thank’s for you answer,

    I have just one side bar on the right and the theme used is Sela.

    This theme support only one right sidebar, if you want with two side bars you have to choose a different theme

    Caroline – Sela is designed with a maximum width of 1180px, so if you’re on a screen wider than that, you’ll see some empty space to either side.

    That comes from this CSS:

    .site {
      margin: 0 auto;
      max-width: 1180px;
      padding: 0;
    }

    You can override this in your child theme, but keep in mind that the whole theme was designed with this maximum with in mind, and if you alter it, many elements won’t look right and will also need to be adjusted.

    For example, you could add this to your child theme to make the maximum width 1500px:

    .site {
      max-width: 1500px;
    }

    Je parle aussi fran?ais, donc si vous avez de la difficulté à vous exprimer, vous pouvez le faire en fran?ais et je vais comprendre.

    dyrer – this person posted in the Sela theme forum, which you can see at the top right where it says “About this Theme Sela” so that’s how you can tell what theme they’re using. You can also tell which theme a site is running by viewing the browser source, and looking for the path with wp-content/themes/themename:

    https://www.carolinesmeers.com/wp-content/themes/sela/style.css?ver=4.4.1

    Thread Starter caro212

    (@caro212)

    Hello,

    Thank you very much for your quick reply.

    I think that I won’t edit the max-width in the CSS, it’s safer. And thank you for your understanding about french.

    Caroline

    You’re welcome!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Site isn't responsive with large screen’ is closed to new replies.