• Resolved megangilde

    (@megangilde)


    I’ve made some custom CSS changes to my site to move my menu to the top of the page and have the blog title on top of the menu. When my site is viewed in full-page size, the blog title is not clickable, but when I reduce the size of my browser or view on a mobile device, it is clickable and links to my homepage as it should. Could someone help me to figure out why it’s not also clickable in larger browser windows? I’m assuming I’ve correctly changed the code for the title but maybe not for the link container that accompanies it or something, but I’m very new to CSS so can’t figure out what the problem is. I tried making sure my ‘#logo’ and ‘#logo a’ values matched up but that didn’t fix it (and actually made it worse by changing the position of the blog title itself).

    Site is https://www.summonyourspark.com/blog/

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    In your Theme Options -> Custom CSS
    Please use the following. It will bring up your #logo to the “top layer” of the browser screen.

    #logo {
        z-index: 9999 !important;
    }

    Thanks!

    Thread Starter megangilde

    (@megangilde)

    That worked! Thank you for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘logo (blog title) not clickable for certain page sizes’ is closed to new replies.