• Hi,
    Is there a way of adding more than one image to the header area.
    We would ideally like to add the logo to the left hand side of the header area with a link to the Home page and a custom button on the right hand side of the header with a link elsewhere.

    Is this possible?

Viewing 5 replies - 16 through 20 (of 20 total)
  • Done that.

    Now add this to your css:

    .site-title {
        float: left;
    }
    #short_code_si_icon {
        float: right;
    }

    OMG, you are a hero – again. Is there any way I can now get the social media icons to move downwards slightly. So they are in line with the word dance.

    Add some padding-top to the #short_code_si_icon so it would look like this:

    #short_code_si_icon {
        float: right;
        padding-top: 30px;
    }

    Then adjust the number to what you want.

    I cannot thank you enough. I have tried for about a week to do this. I even went through the pain of creating a widget in the header. Which worked but again, I had problems aligning it to the right. I’m sure you have helped me with something else previously. You are a star. I can now move on to look at other stuff. Thanks again.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Adding More Than One Logo/Header Image’ is closed to new replies.