Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #884769

    Hello,

    I would like to hide the widgets of the single product pages on mobile because they show before the contents of the product.
    How to hide widgets on mobile or place them under the content? (only for single product pages)

    Best regards

    #884789

    Hey,

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .single-product .sidebar { display: none !important; }
    }

    If that does not help, please post a link to your website.

    Regards,
    Yigit

    #884794
    This reply has been marked as private.
    #884824

    Hey!

    Code is not being applied. Please try flushing cache in cache plugin you are using and refresh your page a few times. If that too does not help, please create a temporary admin login and post it here privately.

    Cheers!
    Yigit

    #885050
    This reply has been marked as private.
    #885421

    Hi,

    Thanks for the login details. Please try this instead:

    @media only screen and (max-width: 767px) {
    .single-product .single_toggle { 
      display: none !important; 
    }
    }

    Best regards,
    Rikard

    #885626

    Hello,

    It still does not work.

    #885631

    Hey!

    I added this code again and flushed cache. Please review your website.

    Best regards,
    Yigit

    #885641

    I emptied the cache, changed the browser, refreshed the site, it still does not work.

    Best regards,

    #885643

    Hi,

    Please make sure to flush your mobile browsers cache as well. It does work fine on my end. Attached a screenshot in private content field below.

    Regards,
    Yigit

    #885650

    sorry, changing mobile it works! Excuse me.
    thanks a lot for your help

    #885655

    Hi,

    Glad we could help! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Hide Widget on product pages for mobile’ is closed to new replies.