Tagged: , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #378110
    #378409

    Hey Paul!

    Please upload your logo in needed size and then post the link to your website

    Best regards,
    Yigit

    #378878
    #378883

    Hi!

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

    .html_header_top.html_logo_center .logo {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
    div#header_main > .container {
    padding: 0; 
    }

    Regards,
    Yigit

    #378906

    Thanx!

    Is there anyway to have it fill the entire header ? As it looks now it’s still a border around the bottom and the sides.

    http://restaurangfoto.se/test/

    #378911

    Hey!

    Please try adding !important rule to the second code as following

    div#header_main > .container {
    padding: 0!important;
    }

    Best regards,
    Yigit

    #379060

    Excellent! Worked great!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Need to fill the header with a custom logo size’ is closed to new replies.