• Greetings,

    I have made a child theme and have been tweaking the CSS. Now I need to increase the overall width to 1000px and it does not seem to matter what I do I can’t increase the width. The site http://tinyhousereport.com

    Can someone point me in the right direction?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there!

    You’ve made a great decision to use child themes. They are the best way to go when making any modifications.

    Have you tried this?

    .site {
      max-width: 1000px;
     }

    It was originally set at 68.5714rem

    I hope that helps!

    – Luke

    Thread Starter digitalcam

    (@digitalcam)

    Yep…

    I tried that Luke – no go.

    🙁

    how are you adding the customized styles?

    there is no ‘max-width: 1000px;’ to be found in your site.

    you seem to be using some caching plugin – are you flushing it after the changes?
    are you clearing the browser cache?

    Thread Starter digitalcam

    (@digitalcam)

    I got it!

    Thanks guys for the help!!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Increase Width’ is closed to new replies.