• Please refer to the page that I enclosed. Why are the stores not lined up correctly? There are empty spaces.

    Also, the store list sidebar doesn’t seem to be aligned to the left pane that I wanted.

    Any solution or setting required on these?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Kindly add this CSS to your site –

    #wcfmmp-stores-lists .left_sidebar {
        margin-left: 0!important;
        padding: 2% 0% 0 0% !important;
    }
    #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 .store-data h2 {
        margin-top: 5px !important;
    }
    #wcfmmp-stores-wrap ul.wcfmmp-store-wrap p.store-phone {
        word-break: break-all;
        font-size: 10px;
    }

    Add to your child theme’s style.css
    Or, add from wp-admin -> Appearance -> Customize -> Additional CSS/Custom CSS

Viewing 1 replies (of 1 total)
  • The topic ‘Store List incorrect line up and format’ is closed to new replies.