Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #167419
    corporatebrandhouse
    Participant

    Good day

    I am struggling with this sidebar in my Shopfront Woocommerce theme.
    https://promanufacturers.co.za/shop/

    The gaps between the titles and content of the different widgets are way too large.
    Any custom CSS I can try?

    I already have this custom CSS to move the widget content away from the side of the sidebar and to add the separators

    .widget {
    padding-left: 1.0em;
    padding-right: 1.0em;
    padding-top: 0px;
    padding-bottom: 0px;
    }

    .widget {
    padding-bottom: 3%;
    border-bottom: 1px solid #113c5b;
    margin-bottom: 3%;
    }

    I just need the spacing between “Cart” (heading) and “products in the cart” (content) smaller
    The same with the Contact us widget.

    Any help would be highly appreciated.

    Dorita

    #167451
    Skandha
    Participant

    @corporatebrandhouse: Hello there,
    You don’t seem to be using our theme. Please post your issues and queries in the respective theme support forum.

    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Reduce space between title and content in widgets in sidebar’ is closed to new replies.