Content Hidden by Header Menu – Zone Specific Parameter: Display = Fixed Top

Posted in: Newspaper
Post count: 1

Hi,

The Header Menu hides content when I set Zone Specific Parameter: Display = Fixed Top

Please assist below is the website link

http://www.ermofi.com

Thanks 🙂

Post count: 35449

Hi,
This is the normal behavior when that option is selected, then the header element comes over the content. To solve this situation there are several possibilities, but the fastest and easiest is a css for the content to display it from below so that the header is no longer above it. You can try this css:
.tdb-template .td-main-content-wrap {
margin-top: 250px;
}

This css needs to be set in the theme panel> custom code> custom css.
I hope this will help you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.