Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12639
    johntday
    Member

    I’m using catch box pro at johntday.com. The pages are very narrow. How can I increase the page width? Ideally, I would like the page to automatically adjust the width to fit the user’s browser.

    #12678
    Sakin
    Keymaster

    @johntday: The Catch Box Pro maximum width is 1000px and it adjusts to the screensize below 1000px as needed.

    If you want to increase the width or larger screens then you may add the following css in “Appearance => Theme Options => Custom CSS” box and also consult with your developer.
    @media screen and (min-width: 1061px) { #page { width: 95%; } }

    #12701
    kapo_e
    Member

    Hi, I have similar question for Everest theme.
    How do I make the content area thinner? Now it’s 690px. but it’s too wide to read nicely. I wanted to make it about 500px.
    I tried changing some things through the Custom CSS, but then had problems with browsers and it would not be responsive anymore. (e-kapedani.com)
    Thanks in advance.

    #12705
    Sakin
    Keymaster

    @kapo_e: It’s 960 only for screen resolution 1190px and above. So, you can reduce that to 500px by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    @media screen and (min-width: 1190px) { #primary { width: 500px; } }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘how do i change page width’ is closed to new replies.