Okay
  Public Ticket #402886
Boxed width change?
Closed

Comments

  • William started the conversation

    How do I change the width of the boxed version? I'd like to make it smaller by 60px or so on either side.

  •  8,849
    Tahir replied

    Hey ,

    I cant see the boxed option enabled on your live url. Could you please do that so i can write up some custom css .

    Thanks


    ThemeNectar Support Team 

  • William replied

    Hi Tahir,

    Sorry about that; I was playing around and forgot to revert.

    It's in the boxed version now, which I want to make smaller.

    Whilst we're here, another request would be to remove the padding around the rows/text boxes. I've changed all the settings to remove padding but it still appears (see around the green boxes as an example). I would like it if there is a way to remove this also.

    Best Wishes,

  •  8,849
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    @media only screen and (min-width: 1000px) {
        #boxed, #boxed #header-outer, #boxed #header-secondary-outer, #boxed #page-header-bg[data-parallax="1"], #boxed #featured, #boxed .orbit > div, #boxed #featured article, .ascend #boxed #search-outer {
            max-width: 1100px !important;
        }
    }

    Thanks



    ThemeNectar Support Team