• Resolved Pak IT Services

    (@aikzhobi)


    Hi,
    I am using this theme and now I installed “Accesspress mega menu plugin” It is perfect on all pages. But Sub menu comes to right side. And in single product page side bar is on right side. So sub menu don’t show in single product page. for more explanation please check this link: https://www.adan.pk/product/women-bridal-suit-adan-pk-collection/
    In this link mega menu is in right sidebar and sub menu is dropping to right side.
    I want to bring this sidebar to left side. How can i do it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there!

    Could you try adding this CSS code to the Custom CSS section of the theme and see if it helps?

    .single-product div#primary {
        float: right;
    }
    
    .single-product #secondary.secondary-right {
        float: left;
    }

    Hope this information was useful.

    Thank you!

    Thread Starter Pak IT Services

    (@aikzhobi)

    Thank you very much @scottbadger
    It is working. Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar to left in single product page’ is closed to new replies.