Menu – Shopping cart default z-index

Posted in: Newspaper
Post count: 162

Another minor issue:

Menu overlaps with the shopping cart – just need to change the default z-index.

(found it on my way to try to eliminate the huge Layout shift issues in the menu/nav bar see here
https://forum.tagdiv.com/topic/cls-default-theme-settings/ )

Post count: 35449

Hi,
The z-index from the shopping cart can be changed using a custom css like this one
body .td_woo_menu_login .tdw-wml-menu, body .td_woo_menu_cart .tdw-wmc-widget {
z-index: 1;
}

Set the code in the theme panel > custom code > custom css.
Also, if you want, you can adjust the z-index number.
Thank you!

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