Reply To: Clickable logo / reducing margins on front page

Homepage Community Forums Epik Theme Support Clickable logo / reducing margins on front page Reply To: Clickable logo / reducing margins on front page

#9595
Wes
Moderator

    It looks like it’s working for me…..but the hyperlink (the clickable part) isn’t wide enough for your logo. If you look around line 1954 in your css you’ll see this –

    .header-image .site-title a {
        float: left;
        height: 85px;
        max-width: 360px;
    }

    I would change that to this – width: 195px; getting rid of the max part and changing the width to around 195 since that’s the size of your logo.