• Resolved TheStingPilot

    (@thestingpilot)


    Hello all,

    I am using Product Catalog Simple version 1.6.14.

    In the modern grid layout, the word ‘Products’ is not centered in the table with the products. I have tried the CSS code on this link but with no solution.

    Feedback is appreciated.

    With kind regards,
    Willem-Jan

    • This topic was modified 2 years, 2 months ago by TheStingPilot. Reason: ... in the table added
Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter TheStingPilot

    (@thestingpilot)

    I just upgraded to eCommerce Product Catalog for WordPress version 3.0.66. Issue still there.

    • This reply was modified 2 years, 2 months ago by TheStingPilot.
    Plugin Author ndre

    (@ndre)

    Hi @thestingpilot,

    Thank you for using the eCommerce Product Catalog plugin!

    Would you please provide a URL where we can see this?

    Which CSS code have you tried?

    Thread Starter TheStingPilot

    (@thestingpilot)

    Hello,

    I have tried the following code:

    .product-listing-name {
    display: center;
    }

    The website is running on my private test server. And that server cannot be reached from the internet. ?? But… I placed a picture of what I wanted here.

    With kind regards,
    Willem-Jan

    Plugin Author ndre

    (@ndre)

    Without access, it will be hard to guess.

    But if this element has a class ‘product-listing-name’, you can try:

    .product-listing-name {
    text-align:center;
    }

    If this doesn’t work, please provide a screenshot after right-click > inspect on it so I can see the HTML.

    Thread Starter TheStingPilot

    (@thestingpilot)

    Hello,

    Thank you for your help. Not solved yet, see screen print.

    With kind regards,
    Willem-Jan

    Plugin Author ndre

    (@ndre)

    Would you please right-click on the element and choose to inspect or any similar option so I can see the HTML?

    Thread Starter TheStingPilot

    (@thestingpilot)

    Hello,

    Thanks for the suggestion with ‘Inspect’. That solved this issue. See a screen print.

    With kind regards,
    Willem-Jan

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘The word ‘Products’ not centered,’ is closed to new replies.