• Resolved tashalong

    (@tashalong)


    i have just activated my parent theme and turn off my child plugin as it was causing issues. but now my images are shoved over to the left. is there some css or something that can centralise them again. i have lost a few settings by turning off child so im trying to fix them as i find them

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Should work with this CSS code:

    body ul.products { text-align: center; }
    body ul.products li { display: inline-block;float: none; }

    Hi there,

    You could avoid this complication with CSS, I see that you have 4 columns – https://prnt.sc/fdMXZHMK7fjL – that is why products are not centered, 3 products and 4 columns, for this to be good you need to have 3 columns, like you had on your site before -> https://prnt.sc/NaOn-2qR925N – check the options to insert those categories as 3 columns content.

    Kind Regards.

    Thread Starter tashalong

    (@tashalong)

    thank you threadi for working that out for me, i quickly went and checked and wpmajestic was correct about the extra and not needed column. cheers guys

    Glad to be of assistance, cheers ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.