• First love the plugin! Since I installed the latest 2.5.25 the left and right margins are very wide. I’m new at this so please keep that in mind.

    My site is: thesilverbug.net

    Thank you in advance for any help, Bob.

    Can I just go back to an earlier version?

Viewing 1 replies (of 1 total)
  • Plugin Author ndre

    (@ndre)

    Hi @bobthesilverbug,

    Thank you for using eCommerce Product Catalog 🙂

    Looks like your theme added some styling that caused the margins. You can simply fix it by adding the following custom CSS:

    #content .product-catalog.content-area {
    width: 100%;
    }
    

    You can also add the following to improve the sidebar styling:

    .content-area.product-catalog #catalog_sidebar {
    padding: 15px;
    }

    You can use a custom CSS plugin from WordPress repository to achieve that.

    • This reply was modified 7 years, 5 months ago by ndre.
    • This reply was modified 7 years, 5 months ago by ndre.
    • This reply was modified 7 years, 5 months ago by ndre.
    • This reply was modified 7 years, 5 months ago by ndre.
    • This reply was modified 7 years, 5 months ago by ndre.
    • This reply was modified 7 years, 5 months ago by ndre.
Viewing 1 replies (of 1 total)
  • The topic ‘margins too large’ is closed to new replies.