• Resolved seanbacher

    (@seanbacher)


    Hi,

    Please could you advise on how I could get the header/logo of the above site to stretch all the way over the header position at the top of the page.

    I look forward to your reply.

    Regards

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @seanbacher, try this Additional CSS:

    .header {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .header .container {
        padding-left: 0;
        padding-right: 0;
    }
    
    .title-container {
        display: none;
    }
    
    .header #logo-image {
        margin: 0 auto;
    }
    Thread Starter seanbacher

    (@seanbacher)

    Thanks for this. It worked perfectly. But I have noticed that the site shows up differently on Internet Explorer compared to Safari or Chrome.

    The images and posts are huge in Internet Explorer whereas they are better layed out in other browsers.

    Can you please help me with this.

    Regards

    hm I see you are also using an older theme version. How about update to the latest one? Just backup the current version and update. Possible?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Header/logo’ is closed to new replies.