- This topic has 8 replies, 2 voices, and was last updated 5 years, 6 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Mobile width settings
Hi,
One more question please for the Reiki theme. It’s about setting the right width for mobile devices. Right now it fit the screen but if you swipe to the left there is still space left. This looks very messy, especially with my floating widgets. Is there a code i can paste in CSS so it loads in nice and tight?
https://frankheininga.nl
Your help is much appreciated
Thanks,
Frank
frankheininga.nl
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (min-width:480px) and (max-width:767px) {
body.home.site_boxed .header_wrap.layer_wrapper, .site_boxed .layer_wrapper, body.home.site_boxed #slidera { width:100% !important; margin:0 !important;}
}
Regards,
Dave
Hi, it’s not working as i expected. The mobile version still is not ‘tight’, of completely filled. There is still room left when you swipe the screen to the left. I my case about 6 to 7 millimeter om my mobile screen.
Please advice.
Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
Dave
https://imgur.com/gallery/Af41O17
This is an example when I already swiped to the left. The goal is that there should be no space at all.
Regards,
Frank
Hi,
Kindly use this one:
@media screen and (max-width:767px) {
.skt-builder-home-section1-block .skt-builder-columns-row { margin-left:0 !important; margin-right:0 !important;}
}
Regards,
Dave
Wauw! Yes, it’s working. Many gratitude for your support 🙂
🙂
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]