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

    Hi,
    I would like to adjust the default theme lines on the header to a 950px size (the width of my content)

    View post on imgur.com

    thank you!
    Delia

    #507074

    Hey libelum!

    Please add following code to Quick CSS

    #header_main {
        max-width: 950px;
        margin-left: 50px;
    }
    #header_main .container {
        padding: 0;
    }

    Cheers!
    Yigit

    #507080

    Hi Yigit
    that was fast! ;)
    works partially

    View post on imgur.com


    still missing to adjust the line on the top

    thaanks!

    #507086

    Hi!

    Please add following code to Quick CSS as well

    #header_meta {
        max-width: 950px;
        margin-left: 50px;
    }
    #header_meta .container {
        padding: 0;
    }

    :)
    Regards,
    Yigit

    #507090

    great!
    thank youuu
    solved

    Delia

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Adjust default header lines’ is closed to new replies.