Okay
  Public Ticket #279850
boxed layout
Closed

Comments

  •  1
    Benoit started the conversation

    Hi,

    The boxed layout looks nice, however, how to control the "margins" / padding on each side of the content ?

    Thanks,

  •  8,839
    Tahir replied

    Hey Benoit!

    Can you be more specific. Also can you please provide your site url so we can write up some custom css. 

    Thanks


    ThemeNectar Support Team 

  •   Benoit replied privately
  •  1,070
    ThemeNectar replied

    Hey!

    Add this into the custom css box located in your Salient Options panel: 

    body #boxed, body #boxed #header-outer, body #boxed #header-secondary-outer, body #boxed #page-header-bg[data-parallax="1"], body #boxed #featured, body #boxed .orbit > div, body #boxed #featured article, .ascend #boxed #search-outer {
        width: 80% !important;
    }
    
  •  1
    Benoit replied

    works nice,

    However the custom CSS code box says: "unqualified attribute selectors are known to be slow"

    Anyway it looks good!