module no responsive

GK User
Tue Oct 04, 2016 5:11 pm
Hello, how I can do to make these two modules are kept in responsive?
http://screencast.com/t/xfFv4j8ki3
User avatar
Fresh Boarder

teitbite
Wed Oct 05, 2016 8:57 am
Hi

Do You mean to keep this module positions on screens smaller than 640px ? Or maybe You have used some modules there which are not acting responsively even on tablets.

If it's the first one than just add this to override.css:

Code: Select all
@media only screen and (max-width:640px) {
#gkHeaderLeft, #gkHeaderRight {
    display: block;
}

#gkHeaderLeft {
    left: 0 !important;
    position: relative;
    width: 100% !important;
}

#gkHeaderRight {
    position: relative;
    right: 0 !important;
    width: 100%;
}
}


if it's the other one than I will need to see Your site.
User avatar
Moderator

GK User
Thu Oct 06, 2016 4:47 pm
I tested it on my local server and does not work, the modules are not visible in responsive
http://screencast.com/t/5jl81cweaze

I wish these 3 modules operate in responsive, you can see your demo do not work
http://screencast.com/t/Kcch0968Hn
User avatar
Fresh Boarder

teitbite
Fri Oct 07, 2016 1:09 pm
Hi

It was simply designed to hide it on small screens.

Is there any way I'll be able to take a look at Your site ?

Please copy my code more carefuly. I can see first and last line is not on Your screen.
Also, You configured override to be used in template settings ? Without it, the code I gave You would not be used.
User avatar
Moderator

GK User
Sat Oct 08, 2016 7:42 am
It is really a line was missing, but the problem persists
http://www.levantartseduccion.com/site/
User avatar
Fresh Boarder

teitbite
Mon Oct 10, 2016 4:52 pm
Hi

I think it was still not copied correctly since I cannot see it in Your override.css file. Please send me an access to joomla panel I'll add it myself.
User avatar
Moderator


cron