HTML Module messy text in small devices

Support desk for Multipurpose Quark Theme
GK User
Mon Sep 21, 2015 11:57 pm
Hi,

After update the template to the last version. The Text <p> in the HTML module, looks really messy in small devices. Please check www.burncitybeats.com/, module in third position.

Thanks in advance.
User avatar
Expert Boarder

GK User
Tue Sep 22, 2015 1:59 pm
I have same problem.
3rd module header letters are over each other, and text bellow header text is in one tall column, only one character in a row!?!?
that is only on mobile devices, ether portrait or landscape.
www.procrewrecruitment.com
User avatar
Senior Boarder

GK User
Fri Sep 25, 2015 10:28 am
Hi,

Some updates about this issue?

Thanks!
User avatar
Expert Boarder

GK User
Fri Sep 25, 2015 11:34 am
I fixed problem by adding new css rules to mobile.css and small.screen.css

Works fine, but with update will be a problem. Overide.css is not working (it is turned on).
User avatar
Senior Boarder

teitbite
Sat Sep 26, 2015 12:02 pm
Hi

What do You mean override.css is not working ? Is it removing all code added there ? If yes than make sure "Recompile LESS" is disabled in template settings.
User avatar
Moderator

GK User
Mon Sep 28, 2015 5:53 am
Hi Teibite,

Could we have some update to solve the original problem, which is the CSS of the HTML module looks really messy in small screen devices?

Thanks in advance
User avatar
Expert Boarder

teitbite
Tue Sep 29, 2015 2:43 pm
Hi

You said You have fixed this error, so I just jumped to Your new issue. Here is a piece of code to add to override.css to fix this issue I can see:

Code: Select all
@media only screen and (max-width:840px) {
h2 {
    line-height: 55px;
}

.gk-cols > div.col-width-60 {
    margin-left: 10%;
    width: 50%;
}

.gk-parallax-overlay p {
    padding: 60px 40px;
}
}
User avatar
Moderator


cron