Okay
  Public Ticket #2238457
theme border not showing on fone
Closed

Comments

  •  11
    mustafaljuboori started the conversation

    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 

  •   mustafaljuboori replied privately
  • [deleted] replied

    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:

    @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!

  •  11
    mustafaljuboori replied

    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. 

  • [deleted] replied

    I'm happy to hear that Mustafasmile.png

    Have a nice day!

    Will set this ticket as solved from here.