Problem with responsive layout
Rate this topic: 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!
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!
-
- 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.
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%;
}
}
-
- Moderator
- GK User
- Fri Mar 31, 2017 10:05 am
- Reply with quote
- Report this post
Thanks- it's working
-
- Senior Boarder
3 posts
• Page 1 of 1