onepage breaks when using components

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 Sep 29, 2013 5:10 pm
Reply with quote
Report this post
I am using the onepage template on ALL pages on my site.

When a component like virutemart or jcalpro occupies mainbody then bottom1-1, bottom1-2 (etc) stop using full width of the page and break into columns as seen at the link below. How do I make bottom1 & bottom2 appear in rows as they should when no component occupies mainbody?

http://www.3rdglance.com/brettullman/in ... Itemid=754
User avatar
Senior Boarder

teitbite
Mon Sep 30, 2013 12:17 am
Reply with quote
Report this post
Hi

The perfect answer is to use bottom1 and bottom2 for this modules, but You can always adjust a css with this code:

Code: Select all
.gkCols6 .box.gkmod-2 {
    float: none !important;
    width: 100%;
}
User avatar
Moderator

GK User
Mon Sep 30, 2013 1:22 am
Reply with quote
Report this post
Yes, thanks, I got this far on my own. However, the bottom1,bottom2 modules do not span the whole page... See the testimonials module on this page where the blue box does not span the entire width of the page but stops at a width of 1045px:

http://www.3rdglance.com/brettullman/in ... Itemid=754
User avatar
Senior Boarder

GK User
Mon Sep 30, 2013 1:33 am
Reply with quote
Report this post
My mistake... I forgot that page class suffixes are added on the Features tab in template settings... I've added the onepage suffix to the menu id in this spot and all is well now.
User avatar
Senior Boarder

teitbite
Tue Oct 01, 2013 5:27 pm
Reply with quote
Report this post
Hi

Ok. Great to hear that it's working fine now :)
User avatar
Moderator


cron