Site logo

Archived topic

Site title is hidden

1 reply · Started by Sascha on September 22, 2022

Viewing posts 1–2 of 2

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

Hi there,

Try to add this CSS:

.main-title {
    z-index: 99;
    position: relative;
}
This archived topic is closed to new replies.