Stack mobiles in Top1 Position

Joomla webshop template with CSS3-based animations, VirtueMart support and one-page checkout.
GK User
Wed Aug 27, 2014 10:37 am
Hi, this is my site http://colourocity.com/aquabumps/

The three banners and the newsletter subscription module are all in Top1 position, basically I want to be able to stack the newsletter subscription on top of the banners - currently they default to displaying side by side - can anyone help with that please.

Thanks a lot
User avatar
Fresh Boarder

GK User
Thu Aug 28, 2014 6:37 am
Could you please create a sample mockup of how it should look like after the change?
User avatar
Moderator

GK User
Thu Aug 28, 2014 7:04 am
Thanks, please see image attached
User avatar
Fresh Boarder

GK User
Thu Aug 28, 2014 3:13 pm
You can make the module 100% width:
Please edit: /templates/gk_storefront/css/override.css and add at its end:
Code: Select all
#gkTop1 .box.gkmod-2 {
    width: 100%;   
}


But to change newsletter subscribe module layout you would need to modify it on your own.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri Aug 29, 2014 4:18 am
Sorry one more quick question - how do i relocate Sidebar position to the right of the page instead of the left? Or even better can you tell me how to define a new Sidebar position on the right of the page - so I end up with Sidebar-right and Sidebar- left module positions??

Thanks
User avatar
Fresh Boarder

GK User
Sat Aug 30, 2014 5:01 pm
Then you would need to create new custom module position:
http://www.gavick.com/documentation/joo ... -position/
User avatar
Moderator


cron