Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1137595

    Hello,

    My client would like to add an advertising image onto the banner space between the menu and the logo of their site.

    Is this possible and if so how can I do it?

    Your help will be greatly appreciated.

    They would like something like this http://prntscr.com/p59elu
    This is what they have at the moment with the available space highlighted http://prntscr.com/p59f3v

    Logins below if required

    Many thanks in advance
    Kim

    #1137616

    UPDATE!
    I managed to add a widget area to the header using your support, however I need to move the image from below the logo to the space between the logo and the menu. You can see this here: http://prntscr.com/p5a0g7

    Can you give me some CSS to do this?

    (for information I cloned the website and have tried this on the clone instead of the live site. if I can get it to work I will replicate it on the live site)

    Thanks

    #1137905

    Hi bauchope,

    I am not seeing where you added the widget. Can you give us access to the clone website?

    Best regards,
    Victoria

    #1137941

    sure, here you go
    Kim

    #1138844

    Hi bauchope,

    The website is not loading on my end, is access to it restricted by countries?

    Best regards,
    Victoria

    #1138851

    Hello,
    not that I can see!

    Where would this have been set up? I am not the only administrator on the site so someone else could have done this? If it is set up which country do i need to whitelist?

    Kim

    #1139692

    Hi,

    From the plugins, check if any plugin like wordfence for example.

    Best regards,
    Basilis

    #1139854

    hi,
    no plugins that i can see are blocking access. Can you guys retry access using the credentials below

    many thanks

    #1141218

    Hi,

    Thank you for the update.

    This css code should help adjust the position of the widget area inside the header.

    #header .widget {
        position: absolute;
        left: 300px;
        top: -90px;
        bottom: auto;
    }
    

    However, you may need to hide the widget area on smaller screens.

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.