[Support request] Setting up an individual sticky menu on main pages and their relevant posts

Home Forums Support [Support request] Setting up an individual sticky menu on main pages and their relevant posts

Home Forums Support Setting up an individual sticky menu on main pages and their relevant posts

Viewing 5 posts - 46 through 50 (of 50 total)
  • Author
    Posts
  • #2285681
    Fernando
    Customer Support

    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.

    #2285686
    robchanoi

    Sure, all pages with left menu fixed widgets, link in box, tks.

    #2285698
    Fernando
    Customer Support

    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!

    #2285716
    robchanoi

    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!

    #2285745
    Fernando
    Customer Support

    You’re welcome Robchanoi!

Viewing 5 posts - 46 through 50 (of 50 total)
  • You must be logged in to reply to this topic.