Reply To: 3 Widget Header for Ally theme

Homepage Community Forums Ally Theme Support 3 Widget Header for Ally theme Reply To: 3 Widget Header for Ally theme

#7101
Eric
Customer

    Unfortunately I can only help with some of it, since I can’t figure out how to get everything to align properly and be responsive. So I’ll just post what I can help with and hopefully someone else can help with the rest.

    To get the logo to be clickable again, look around line 250 in your css and make the code look like this –

    .header-image #title-area, 
    .header-image #title, 
    .header-image #title a {
    display: block;
        float: none;
        height: 160px;
        margin: 0 auto;
        overflow: hidden;
        padding: 0;
        text-indent: -9999px;
        width: 400px;
    }

    That makes the logo clickable, but it makes your other two items on the sides get pushed down, and I honestly don’t know the best approach to get this to work in this way and be responsive. So if anyone else can help us out please feel free!


    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com