• Resolved erinrouss

    (@erinrouss)


    I generally like the Customizr theme, but I would like to reduce the default max site width. How can I do that?

    I should mention that I am fairly novice!

    Thank you!
    Erin

Viewing 15 replies - 1 through 15 (of 15 total)
  • Try this in you Custom CSS:

    body {
      margin: 0 auto;
      max-width: 800px;
    }

    changing 800px to what you want.

    But, as a novice, are you sure you want to do this?! The Theme is Responsive which means it adjusts to different screen sizes. If you change the default, you risk screwing up how it looks on Widescreens-Tablets-Smartphones etc.

    Thread Starter erinrouss

    (@erinrouss)

    Thank you! It worked! I am ok with the width being smaller than wider screens, in fact it improves the look of the pictures in the slider. It still can get smaller. I just didn’t want the max size too wide.

    Thread Starter erinrouss

    (@erinrouss)

    Sorry, so one last question. This doesn’t seem to be working on the rest of the pages. How can I change each page’s max width easily.

    The body tag should work throughout. Do you have a link to your site?

    Actually I found that the following helps with this issue.

    html {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; /* Fix for absolute positioning */
    }

    Thanks Karactur, that worked! How do you change the colour of the background in the empty space around the body?

    Look at this Snippet

    I don’t know if I should start a new thread, first time using wordpress but… using the above code:
    body {
    margin: 0 auto;
    max-width: 800px;
    }
    Only changed the header and footer, (perfect for what I want) but not the rest of the content. How can I get the whole site, or at least the static front page, to be a little narrower or 80% of the screen?

    Anonymous User 13587685

    (@anonymized-13587685)

    i want to remove sidebar with custom css on my all new tricks website any help?

    rdellconsulting

    (@rdellconsulting)

    @achatap, this Forum is for supporting the Customizr theme.

    Anonymous User 13587685

    (@anonymized-13587685)

    i don’t uderstand what is mean by Customizr theme ?

    @achatap Customizr is a theme -> Customizr

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @achatap, see if you can contact your theme’s vendors about support for your theme.

    Anonymous User 13587685

    (@anonymized-13587685)

    thanks for reply @rdellconsulting , @d4z_c0nf , @andrew Nevins , i got solution on my problem. my site is working fine now.

    ElectricFeet

    (@electricfeet)

    @achatap: As per the forum welcome, could you post a new topic?

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Adjusting Customizr Default Max Width Setting for Entire Site’ is closed to new replies.