That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
I don't use the slideshow - I just wanted the centerbox content to be to the right of the menu. As you suggested I changed responsive_default.css from
[class*="col"]{margin-left:0;}
to
[class*="col"]{margin-left:0;
position: relative;
z-index: 11;
}
and it worked a treat! Thanks so much.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
LOL speaking from experience: every FAQ entry you add to your docs makes supporting your work easier. "See the FAQ!" is something I love writing. :)
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Help with Shifting Page Content in Tablet Mode...
Anne,
I don't know if you can help, but it seems as though I have done something to cause the main page info to start shifting down underneath the left-menu now in tablet view. It is doing this on both my ACER tablet and my IPAD... (Normal Computer view is still fine)
2015-05-13 23.49.06.png
The test site is here if you want to see live..
h t t p://juliescrossstitch.com/ZenCart154/index.php?main_page=shopping_cart
Maybe somewhere in the CSS docs having to do with section width??
[QUOTE=Andy_M;1282040]Help with Shifting Page Content in Tablet Mode...
Anne,
I don't know if you can help, but it seems as though I have done something to cause the main page info to start shifting down underneath the left-menu now in tablet view. It is doing this on both my ACER tablet and my IPAD... (Normal Computer view is still fine)
2015-05-13 23.49.06.png
The test site is here if you want to see live..
h t t p://juliescrossstitch.com/ZenCart154/index.php?main_page=shopping_cart
I would recommend back tracking through your modifications until you find the one that broke the responsive layout.
Thanks,
Anne