• Resolved CB

    (@tng2013)


    Hi,

    I am planning to put my website’s logo into the top menu. I was hoping to remove the logo underneath the top menu and extend and/or centre my leaderboard banner advert.

    Does any have any idea the best way to go about this?

    Many thanks!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Richie KS

    (@rkcorp)

    you’re using the mega menu plugin so this should be ask on the plugin author on how to add custom item (logo image) into the menu listing.

    you could add this to hide the current logo if the top menu logo placed.

    #custom #siteinfo { display:none; }

    top banner area is flexible, no width fixed apply. you can add 900+ wide ad there.

    Thread Starter CB

    (@tng2013)

    Hi Richie,

    Thanks for responding and for the css to hide the logo. I was planning to move the top banner from the right of the page middle, as when I hide the current logo, there will be a large white gap where it used to be.

    Do you know an easy way to centralise the top banner?

    Theme Author Richie KS

    (@rkcorp)

    add this to custom css

    #topbanner {width:100%;text-align:center;}

    that should center the banner once the logo is hidden.

    Thread Starter CB

    (@tng2013)

    Works perfectly, thanks a lot Richie! Just one other thing – is there a way to hide the primary menu?

    Theme Author Richie KS

    (@rkcorp)

    you can either create an empty menu and set it on primary menu or add this css

    #custom #main-navigation { display:none; }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing logo and extending leaderboard advert’ is closed to new replies.