• Closed
  • Martin Friberg
    Spectator
    September 1, 2016 at 3:03 pm #30140

    Is there a way to get the logo image to cover the entire header section ?

    Denzel Chia
    Moderator
    Posts: 2656
    September 12, 2016 at 6:49 am #30232

    Hi,

    Use the following in your Theme Options -> Custom CSS

    .header .col-md-4.col-sm-4 {
    width: 100% !important;
    }

    This is how your logo will look.
    http://image.prntscr.com/image/94bac5c52816438880cbfd436a4fc74d.png

    Thank you.

    Michon Kessler
    Spectator
    Posts: 9
    September 12, 2016 at 4:48 pm #30242

    Nope! Still isn’t working.

    Michon Kessler
    Spectator
    Posts: 9
    September 13, 2016 at 1:55 am #30245

    Actually It did work!! Thank you!

    Denzel Chia
    Moderator
    Posts: 2656
    September 13, 2016 at 5:58 am #30251

    You are welcome.
    Thank you.