aardvark_green theme browser zoom problem

aardvark_green theme browser zoom problem

by yuki yuki -
Number of replies: 1
Moodle 1.9
aardvark_green theme

I am using aardvark_green theme but the problem is when I zoom the browser(change zoom level), suppose 110% or 120% (IE or any browser) the right sidebar is breaks apart meaning going more right which looks odd.

Can some body point me out what I need to do to fix it. If I zoom the sidebar will not go far. thank you.
Average of ratings: -
In reply to yuki yuki

Re: aardvark_green theme browser zoom problem

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Hi,

I don;t have any problem with my version of Aardvark_green, so perhaps I have fixed it long time ago...I can't remember.

Anyway check the aardvark.css and see if it looks like this for the page and layout?

#page {
    border: 0px solid white;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}
#pagelayout {
    width:960px;
    margin-left:auto;
    margin-right:auto;
}
#layout-table {
    margin-top:0;
    padding-top:10px;
}
#layout-table #middle-column{
    vertical-align:top;
    padding-left:7px;
    padding-right:5px;
}
#layout-table #left-column{
    vertical-align:top;
    padding-left:4px;
    padding-right:0px;
}
#layout-table #right-column{
    vertical-align:top;
    padding-left:0px;
    padding-right:6px;
}