• Hi my site has a strange problem when I minimize past a certain point the side bar expands itself. Is there any way in CSS I can prevent this because it is quite annoying. I have tried min-width but I am not sure where to put it to stop this.
    thanks

    website is:http://www.battleabbeyschool.com

    I have an image here that shows what happens:
    Here

Viewing 7 replies - 1 through 7 (of 7 total)
  • In this file:
    plugins/easy-columns-css/easy-columns.css
    Line 103: remove "width: 40% !important;"
    Line 133: remove "width: 100% !important;"

    Thread Starter dubsdj

    (@dubsdj)

    You are a genius! You don’t know how long I have been pulling my hair out over this. Thank you

    No problem – glad to help.

    Thread Starter dubsdj

    (@dubsdj)

    while we are on the topic..

    do you know how to keep the right hand image glued to the right hand side when reducing the window size?

    thanks again Ethan!

    Which image? Are you talking about the stuff in the sidebar?

    Thread Starter dubsdj

    (@dubsdj)

    yeah on the right sidebar when I minimize the window it gets to a point and the image sucks itself close to the center content. on a phone it makes the left sidebar content banner a bit too close to the central text.

    just wondering if there is something I can tweak for that.

    thanks again you have been very helpful.

    Your best bet will be to use media queries and place styles inside of said queries, so when the window browser is 960px wide (just for example) the sidebar will have a certain position, and when the browser is 799px wide (again just for example) the sidebar will have a different position style.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘side bar expands when window minimizes’ is closed to new replies.