Home Forums WoodMart support forum Hide some of the widgets on mobile

Hide some of the widgets on mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #90847

    grapehic
    Participant

    Hello,

    I dont want to be shown some of the widgets on mobile phones.

    For example these ones: http://prntscr.com/ll9md2

    Is there an option to hide?

    Thank you! 🙂

    #90848

    grapehic
    Participant

    I’ve done it with CSS but if there is an option please let me know 🙂

    .footer-column-2,
    .footer-column-3,
    .footer-column-4,
    .footer-column-5{
        display: none;
    }
    #90900

    Hello,

    You can hide it with CSS or with a bit more complicated configuration:

    1. Choose one column footer in the Theme Settings > Footer.

    2. Create the footer template in HTML block and set the different column visibility for different devices.

    3 Add necessary elements into the template.

    Best Regards

Viewing 3 posts - 1 through 3 (of 3 total)