Align text in lang mod in mobile view
September 2015 Joomla Template
- GK User
- Tue Dec 22, 2015 1:41 pm
How to align lang switcher on center in mobile view (max-widht: 640px)?
Here is link: http://www.karkas.info/en/one-storey-ho ... re-53.html
See also att.
Here is link: http://www.karkas.info/en/one-storey-ho ... re-53.html
See also att.
-
- Senior Boarder
- GK User
- Wed Dec 23, 2015 2:41 pm
Please edit: /templates/gk_technews/css/override.css and add at its end:
Remember to enable "CSS override" in template settings - advanced section.
- Code: Select all
@media (max-width: 640px) {
#gkLang {
left: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
}
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
- GK User
- Thu Dec 24, 2015 9:28 am
I've added that lines, but such solutions doesn't work
-
- Senior Boarder
- GK User
- Thu Dec 24, 2015 10:52 am
Please disable Less Compilation in template settings and add this code again.
-
- Moderator
4 posts
• Page 1 of 1