[Support request] Widgets width issue on Mobile

Home Forums Support [Support request] Widgets width issue on Mobile

Home Forums Support Widgets width issue on Mobile

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

    On a mobile the width of the woocommerce widget covers the full mobile width – I would like to restrict it to the width of the woocommerce body container with white borders on both sides. How do I do this? Thanks in advance

    #259537
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Can you show me what you mean with a link or a screenshot possibly? Having trouble picturing it.

    Thanks!

    #259742
    Tom
    Lead Developer
    Lead Developer

    Ah, if you want spacing on either side of your widgets on mobile, you could do this:

    @media (max-width: 768px) {
        .sidebar {
            padding: 0 20px;
        }
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.