Store name css issue. Shop Grid layout vs List layout

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 4 reply threads
  • Author
    Posts
    • #36701
      d-n-13
      Participant

      Hello wclovers

      I’m facing CSS issue I couldnt fix, probably issue related to the theme

      I have front page showing some products in grid layout. text in grid layout is aligned to center

      shop page has list layout. text in list layout is aliened to left edge

      If i try to fix it with css it will get ruined in the other layout

      Thank you.

    • #36702
      d-n-13
      Participant
      This reply has been marked as private.
    • #36968
      WCFM Forum
      Keymaster

      Hi,

      DONE!

      Please check – https://ibb.co/ffNms0

      I have added this CSS –

      .grid-col.action_vertical .wcfmmp_sold_by_container, .wcfmmp-store-page .list-type-wrap .product-meta {
      	text-align: center;
      }
      
      .wcfmmp-store-page .list-type-wrap .product-meta span.price del, .wcfmmp-store-page .list-type-wrap .product-meta span.price ins {
      	display: block;
      }
      
      #wcfmmp-store .list-type-wrap .product-meta span.price ins {
      	color: #ffa842;
      	background: transparent;
      }

      Thank You

    • #37092
      d-n-13
      Participant

      Thanks Sir !

      You guys deserve another donation.

    • #37105
      WCFM Forum
      Keymaster

      You are welcome and it’s really pleasure 🙂

Viewing 4 reply threads
  • The topic ‘Store name css issue. Shop Grid layout vs List layout’ is closed to new replies.