[Support request] Site title is hidden

Home Forums Support [Support request] Site title is hidden

Home Forums Support Site title is hidden

  • This topic has 1 reply, 2 voices, and was last updated 6 months ago by Ying.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2351091
    Sascha

    Hi

    on dev8.macbay.net the site title is hidden, but should be visible.

    Not much CSS applied, only

    /* Site title Logo */
    #site-navigation .main-title a{
    	font-style:italic;
    }

    which is not working, by the way 8need help for this as well 😉 )

    and

    /* Hero merge with Header */
    #masthead{
    	margin-bottom: -190px;
    }

    which is probably causing the issue.

    I don’t want to use the Header-Elements “Merge” feature, because it interferes with the .site-wrapper, which I need in order to prevent the container-background-image and other full-width-containers to exceed the 1920px (need to set this limit for bigger screens).

    Can you please help me with this?

    Thank you in advance and kind regards,
    Sascha

    #2351122
    Ying
    Staff
    Customer Support

    Hi there,

    Try to add this CSS:

    .main-title {
        z-index: 99;
        position: relative;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.