I have a style template events just for a particular page, so I remove the higher margins generated by the mainbody me. I get done with CSS on page desktop. View first picture, this happens by adding code to the config style, so I do not change in the rest of the squad only on that page. As I can do to change the code from mobile.css style settings?
And I searched the forum had found that by adding this code
- Code: Select all
@media (max-width: 640px) {
CUSTOM CSS
}
and adding custom code changed it but I add this and does nothing.
- Code: Select all
@media (max-width: 640px) {
#gkPageContent {
padding: 0 0;
}
}

