Viewing 4 replies - 1 through 4 (of 4 total)
  • * You may consider to change our CSS class ‘mp_product_name’ padding-top value to something 20px :)..

    * An option is to use shortcodes/functions in your own category-$slug.php template file with grid..

    Thread Starter n00bdesign

    (@n00bdesign)

    I am certainly no coder, so I only understand what you are suggesting in theory. In actual application, I would have no idea how to change anything like that. Can you point me to the exact files I would need to change? mp_product_name shows up in the Stlye.css file, but there are no parameters for me to alter such as padding?

    I pre-apologize for my lack of CSS knowledge, it’s kinda killing my use of this plug in.

    You may change the look of WP and this plugin style, products listing, by writing our own CSS.

    In style.css file look for .mp_product_name.
    Inside curly brackets add a line padding-top:20px;

    to sumarize:

    .mp_product_name{
    padding-top:20px;
    }

    more about CSS padding https://www.w3schools.com/css/css_padding.asp

    Thread Starter n00bdesign

    (@n00bdesign)

    Thank you very much! You have been over the top helpful to a n00b like me. I usually have a CSS and PHP guy, but I have been doing this solo… not my proudest moment. Again, genuine thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: MarketPress – WordPress eCommerce] Add Space Between Listings’ is closed to new replies.