3 colums in header

Responsive, suitable for any type of business, built for any needs elegant one-page Joomla template.
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
Mon Jan 06, 2014 1:01 am
Reply with quote
Report this post
Hi
I would like to change the header of creativity into a 3 column layout. How do I have to adjust?
User avatar
Fresh Boarder

GK User
Mon Jan 06, 2014 10:14 am
Reply with quote
Report this post
Could You please post an url to your site, where there are already 3 modules posted in header so I can create correct css override?
User avatar
Moderator

GK User
Mon Jan 06, 2014 4:29 pm
Reply with quote
Report this post
Thanks for your help. The URL is http://sputnique.ch/joomla30

There is the standard intro at this stage. After that, the first information is a 3 row. I did it with divs but that doesn't work on the mobile phone then, unfortunately.
User avatar
Fresh Boarder

GK User
Tue Jan 07, 2014 8:19 pm
Reply with quote
Report this post
If you would like to make it responsive friendly, then instead of creating inline styles, please add them a custom class, then use override.css to create styling for that custom class, and use media queries to clear floating in low resolution screens:
Code: Select all
.myElement {float: left;}
@media (max-width: 580px) {
.myElement{float:none;}
}
}


You can even create few width steps to get different behavior.

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


cron