How can i insert 6 banners in a row at Top1 Position

Fashion and clothing responsive Joomla ecommerce template with full VirtueMart support and advanced store features.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Mar 02, 2014 2:05 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Sun Mar 02, 2014 5:17 pm
Reply with quote
Report this post
You would need to add some custom suffix to those modules, and use custom css (override.css) to float them side by side.
Please post those modules and write back, Ill prepare an override.css declarations for you.
User avatar
Moderator

GK User
Mon Mar 03, 2014 2:02 am
Reply with quote
Report this post
Modules = Top I Banner / Top I Banner (2) / Top I Banner (3) / Top I Banner (4) / Top I Banner (5) / Top I Banner (6)
User avatar
Fresh Boarder

GK User
Mon Mar 03, 2014 10:55 am
Reply with quote
Report this post
First of all - please remove module suffix clear from all those modules.
User avatar
Moderator

GK User
Mon Mar 03, 2014 12:15 pm
Reply with quote
Report this post
Done
User avatar
Fresh Boarder

GK User
Mon Mar 03, 2014 1:29 pm
Reply with quote
Report this post
Please edit: /templates/gk_shop_and_buy/css/override.css and add at its end:
Code: Select all
#gkTop1 div.box {
    width: 15.16%;
}


but this code will work on all elements with .box suffix. If you will add your own suffix, for example mycolumns, you can use:
Code: Select all
#gkTop1 div.mycolumns {
    width: 15.16%;
}

instead.

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

GK User
Mon Mar 03, 2014 5:49 pm
Reply with quote
Report this post
This code work nice but it resize image too. How can i set image to fit that box?
User avatar
Fresh Boarder

GK User
Mon Mar 03, 2014 8:30 pm
Reply with quote
Report this post
Replace previous override.css code with this:
Code: Select all
#gkTop1 div.box.mycolumns {
width: 15.16%;
}
User avatar
Moderator


cron