Support

Home Forums Event Espresso Premium Words don't display properly on shopping cart page

Words don't display properly on shopping cart page

Posted: September 11, 2018 at 2:41 pm

Viewing 1 reply thread


Tallships

September 11, 2018 at 2:41 pm

I just took over a website for a client and she is using an older theme. When customers go to check out the text over the buttons doesnt lineup and appears like garble. I can’t see any where to adjust this. Could it be a problem with the theme and is their code to fix this? Site is http://www.ashleajones.ca


Josh

  • Support Staff

September 11, 2018 at 4:03 pm

Hi,

You’re correct, it is a problem with the theme. Can you go into the theme’s style.css file and on line 195 you’ll find this ruleset:

a.button {display:inline-block;background:url(images/slider-button1.png); width:11px; height:11px; margin-right:5px}

You can change it to be:

a.button {display:inline-block;background:url(images/slider-button1.png); margin-right:5px}

Then if there are any specific links with class .button on the site that need to be 11px by 11px, those can be styled accordingly with CSS with greater specificity.

Viewing 1 reply thread

The support post ‘Words don't display properly on shopping cart page’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso