• Hi,

    I was able to center product button using this:

    .wcps-items-title,
    .wcps-items-title a {
    	text-align: center !important;
    	font-weight: bold !important;
    } 

    …but I cannot figure out how to center buttons below title. Any suggestions? Thanks for any help.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post, i can see button is already in center, have you solved it?
    Regards

    Thread Starter andrew55

    (@andrew55)

    Thank you for reply.

    It’s a little dirty, but this worked for me:

    .layout-2848 .layer-content {
        text-align: center !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘center button’ is closed to new replies.