Hi there,
On certain sizes, like laptop, the content dock top disappears behind the header so its impossible to close it.
I have updated everything but still happens. Could you please advise if this is a known problem
Many thanks.
Kind regards
Hi there,
On certain sizes, like laptop, the content dock top disappears behind the header so its impossible to close it.
I have updated everything but still happens. Could you please advise if this is a known problem
Many thanks.
Kind regards
Hi,
To fix it, you can add the code below in Theme Options > CSS
.tco-content-dock {
z-index: 99999;
}
The z-index property specifies the stack order of an element.
An element with greater stack order is always in front of an element with a lower stack order.
https://www.w3schools.com/cssref/pr_pos_z-index.asp
Hope this helps
ahhhhh ! Thank you paul.
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.