Sidebar two columns in Tablet layout
July '10 Joomla Templates
- GK User
- Fri Apr 05, 2013 8:11 am
Hi,
Is possible to display sidebar modules in two columns in Tablet layout? I've read the documentation but I have not founded how can i do it.
Thanks,
Leo
Is possible to display sidebar modules in two columns in Tablet layout? I've read the documentation but I have not founded how can i do it.
Thanks,
Leo
-
- Fresh Boarder
- teitbite
- Mon Apr 08, 2013 4:19 am
Hi
Please show me Your site.
Please show me Your site.
-
- Moderator
- GK User
- Mon Apr 08, 2013 7:21 am
Hi,
http://webiriarte.com/clients/echeverri ... hp?lang=es
I would like put the two maps modules in two columns in Tablet view.
Cheers,
http://webiriarte.com/clients/echeverri ... hp?lang=es
I would like put the two maps modules in two columns in Tablet view.
Cheers,
-
- Fresh Boarder
- teitbite
- Tue Apr 09, 2013 1:33 am
Hi
You can use the module class suffix You have there right now for one of this modules " half". Just add this code to tablet.css
Of course You will need to have two modules called by this suffix and work with some margins. But I'm sure You will figure it out knowing this one
You can use the module class suffix You have there right now for one of this modules " half". Just add this code to tablet.css
- Code: Select all
.box.half {
float: left;
width: 50%;
}
Of course You will need to have two modules called by this suffix and work with some margins. But I'm sure You will figure it out knowing this one
-
- Moderator
- GK User
- Tue Apr 09, 2013 8:06 pm
It works like a charm!
Thanks!
Thanks!
-
- Fresh Boarder
5 posts
• Page 1 of 1