Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #641659

    Hi. Love your themes. My go-to themes these days.

    First query:
    How can I change width of vertical header (to 200px)? I have tried amending css on html_header, logo, #header etc with no luck. I want this to be the same on all pages and posts, not just homepage.

    #641662

    Hi kate!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_sidebar #top #header {
        width: 200px;
    }
    .html_header_left #main {
        margin-left: 200px;
    }

    Regards,
    Yigit

    #641667

    THANKS!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘change header width when using vertical header’ is closed to new replies.