Header problems w Mega-Menu and Style8 – Height, blanc boxes, etc.

Posted in: Newspaper
Post count: 22

Hi everyone on TagDiv,

first of all congrats to Update to 8.1. – really great again and the TagDiv-Composer is awesome (after you get used to it) 🙂 … – great new ideas and possibilities. Keep up the great work!

During the update I found a few problems, I do not know, where to change or where to search. Please check attached screenshot with numbers from 1 to 3

Header - pureGLAM.tv changes

1. We use MegaMenu on this layout, unfortunately the height of the menu is to small – approx. 20px – to make it look nice, I need a height of 40-45px – where to change it?

2. Below nearly every page is a white line which will ruin the layout. Not only on the Home-page, also on
e.g.
https://www.pureglam.tv/fashion-blog
https://www.pureglam.tv/technik-blog
https://www.pureglam.tv/beauty-blog

How to remove them on individual page-IDs?

3. Where to change the background color of the Top-menu. Unfortunately not possible to change on Theme colors.

Thank you for your assistance and keep up the great work and great support!

Post count: 20688

Hi,

1. Please check the line height settings for the menu items and increase the value if necessary in the theme panel
https://www.screencast.com/t/QyhnOr3BOxh
Also if you have custom code targeting the header, or made other modifications to the header check those as well.

2. That is a padding top set by the theme. You could remove it with a code like this, in general
https://www.screencast.com/t/h345SZ6WZ5v

.td-main-page-wrap {
padding-top: 0;
}

Or maybe by page ID (this can be identified with the browser inspector for example)
https://www.screencast.com/t/2ck6LgpNDag
Enter the code in Theme panel->Custom CSS section.

3. There is an option in the theme panel that allows you to change the top menu background color
https://www.screencast.com/t/e2EXgiPbOqE
Change the color there and it will have to be displayed. Clear any caching installed after making the modification.

Thanks

Post count: 22

Dear Simion,

thank you – all questions answered and all problems fixed…

Appreciate your great assistance.

Vanessa

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