Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Layout help for estorenow theme

Layout help for estorenow theme

Views: 730

Results 1 to 2 of 2
17 Jan 2013, 7:00 PM
#1
tomlcuneo avatar

tomlcuneo

New Zenner

Join Date:
Jan 2013
Posts:
2
Plugin Contributions:
0

Layout help for estorenow theme

Not sure if the theme supports it but the css jacks up and locks in it on mobile andriod so the left menu is not viewable

https://www.cheapcoral.com is the website - I tinkered with the CSS and the only way I could get it to work right in browser and on my android phone was to Left Justify the website which I would rather not do :-)

Anyone got any ideas or assistance?

Thanks in advance
Tom Cuneo

20 Feb 2013, 11:03 PM
#2
geryjuhasz avatar

geryjuhasz

New Zenner

Join Date:
Jun 2012
Posts:
14
Plugin Contributions:
0

Re: Layout help for estorenow theme

Try this : .leftBoxContainer {
float: right;
}
in your stylesheet.css around line 870. Let me know if it helped!