Problem with responsive layout

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
Sun Mar 26, 2017 10:28 am
Reply with quote
Report this post
Hey,
I have an active right sidebar where I have a box and twitter profile. Website: www.capid.pl. In smartphone, these elements move down, but the frame - the positions of these modules are on the side so that the page is unreadable in the mobile view. What can I do to make this whole move under the NSP modules? Thanks for your help!
User avatar
Senior Boarder

Joshua M
Thu Mar 30, 2017 11:30 am
Reply with quote
Report this post
Hi,
Please add this code to override.css and make sure override is enabled in template settings.
Code: Select all
@media (max-width: 640px) {
   body #gkContentWrap > div {
    width: 100%;
}
}
User avatar
Moderator

GK User
Fri Mar 31, 2017 10:05 am
Reply with quote
Report this post
Thanks- it's working :)
User avatar
Senior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.