Okay
  Public Ticket #1091266
Left header width
Closed

Comments

  •  1
    Bloei started the conversation

    How do i change the width of the left header?

    Now the header is 275px and is set to 100%. This seams to be the padding of the id="ajax-content-wrapclass="at-content"

    Hope you can help..

  •  8,999
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Bloei replied privately
  •  8,999
    Tahir replied

    Hey Again,

    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: 1001px) {
        body[data-header-format="left-header"] #ajax-content-wrap {
            margin-left: 375px!important;
        }
        #header-outer[data-format="left-header"] {
            width: 375px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Bloei replied

    Super thanks this works like a charm !