x

Getting my logo to *only* appear over menu nav?

Hello! I changed something today and don't know how to fix it despite Google searching...I used to have my custom logo only appear over my side navigation menu, but now it appears on the top left of ALL my pages. I have disabled it right now, but would love to have it back over just the navigation vertical menu (above HOME). Any help would be appreciated!

Here's my current state: .wsite-logo {display:none;}a img {

http://physeddepot.weebly.com/

674 Views
Message 1 of 3
Report
1 Best Answer

Best Answer

It looks like you added your logo to both the top of your nav container and to the top of the content area.  If you remove this just from the top of your content area of whatever page type you added them to (looks like no-header) it should work:

<div class="sitename">{logo}</div> 

View Best Answer >

775 Views
Message 2 of 3
Report
2 REPLIES 2

Best Answer

It looks like you added your logo to both the top of your nav container and to the top of the content area.  If you remove this just from the top of your content area of whatever page type you added them to (looks like no-header) it should work:

<div class="sitename">{logo}</div> 
776 Views
Message 2 of 3
Report

Awesome, thanks! I was trying to work it out through CSS...not nearly as easy!

658 Views
Message 3 of 3
Report