Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1399598
    #1399625

    Hi sarthakchoudhary,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top #header .container {
        width: 100%;
    }

    If you want to move it a bit further to the left then use this CSS code instead:

    #top #header .container {
        width: 100%;
        padding-left: 10px;
    }

    just change the padding-left value as you see fit (you can set it to 0, the default value is 50px).
    Hope this helps.

    Best regards,
    Nikko

    #1399669

    Thank you Nikko

    #1399671

    Hey what code should I use to make a a special heading tag 100 % width ?

    #1399719

    Hi,

    The Special Heading element will stay within the container bounds, so you will have to adjust that. Which header are you looking to go full width?

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.