Archived topic
Setting up an individual sticky menu on main pages and their relevant posts
49 replies · Started by robchanoi on June 1, 2022
Can you link us to the page where this issue can be found? We'll check what's causing the issue and how best to fix it.
Sure, all pages with left menu fixed widgets, link in box, tks.
Did you add this through a third party plugin? If so, it would be best to ask their support with regards to this issue.
Otherwise, you can try this CSS:
@media (max-width: 768px) {
.inside-left-sidebar aside#text-10 {
position: static !important;
text-align: center;
margin-right: auto;
margin-left: auto;
}
}
Though, it’s more ideal to fix it through the plugin if that’s how you added it.
Hope this clarifies!
That's great, that appears to fix it - much obliged.
Just using standard text widget in wordpress for this menu I believe.
Anyway, thanks for super fast fix!
You’re welcome Robchanoi!