Comments 11mustafaljuboori started the conversationDecember 9, 2019 at 4:05pmHello,I just found the theme border feature and I'm liking it a lot. but for some reason it doesn't show on my phone, why is that ?thanks mustafaljuboori replied privately[deleted] repliedDecember 10, 2019 at 8:24amHi Mustafa, Theme borders hide automatically in 992px and below screen sizes to have more space for the site content. If you want to show it on those devices then just add this CSS code to your Custom CSS area: @media screen and (max-width: 992px) { .page-border { display: block !important; } } @media screen and (max-width: 992px) { body > .wrapper, .top-menu-container, .portfolio-description-container, .single-portfolio-holder .portfolio-navigation, .portfolio-slider-nav, .site-footer, .woocommerce-demo-store .woocommerce-store-notice { margin: 14px !important; } } Have a nice day! 11mustafaljuboori repliedDecember 11, 2019 at 2:08amWow Ylli. this really really made my day The borders and the perfect 3 columns layout made my websites looks amazing on mobile. Thank you so much sir. 1 Like[deleted] repliedDecember 11, 2019 at 7:57amI'm happy to hear that MustafaHave a nice day!Will set this ticket as solved from here. Sign in to reply ...
Hello,
I just found the theme border feature and I'm liking it a lot. but for some reason it doesn't show on my phone, why is that ?
thanks
Hi Mustafa,
Theme borders hide automatically in 992px and below screen sizes to have more space for the site content.
If you want to show it on those devices then just add this CSS code to your Custom CSS area:
Have a nice day!
Wow Ylli. this really really made my day
The borders and the perfect 3 columns layout made my websites looks amazing on mobile. Thank you so much sir.
I'm happy to hear that Mustafa
Have a nice day!
Will set this ticket as solved from here.