Okay
  Public Ticket #361750
Boxed layout - Too small width on tablets & smartphones
Closed

Comments

  • Jorrit started the conversation

    Hi there, I love your theme, but there is one thing which I can\\\'t seem to resolve. For the site provided I use the boxed layout, on desktop/laptop it looks awesome, but on a (small) tablet or smartphone the boxed layout looks way to narrow, cramped. See the attachment for a screenshot (Nexus 7 2014). I presume there is a solution, but I can\\\'t seem to find it...

  •  8,427
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (max-width: 1000px) and (min-width: 799px) {
        #boxed {
            width: 800px !important;
        }
    }
    
    Thanks 
     


    ThemeNectar Support Team