Tagged: Button text
Hello,
I have a problem with button text (on all browsers). When the text goes on the second line of a button the spacing between words is removed?
Thanks
Andrew
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
span.avia_iconbox_title {
letter-spacing: 0.05rem;
}
Cheers!
Yigit
Hello Yigit,
Thanks for the reply. I have added the code but this has not solved the problem.
Andrew
Just to add, what does the iconbox title have to to with button and paragraph text in the ajax view?
Thanks
Andrew
Hey!
Code is not being applied. Please try adding !important rule as following
span.avia_iconbox_title {
letter-spacing: 0.05rem !important;
}
Just to make sure that we are on the same page, this is the button – http://i.imgur.com/K7fPN2w.png is that correct?
If so, selector is fine
Regards,
Yigit
Hello Yigit,
Thanks for the reply.
Still doesn’t work. Also, as advised, it’s not just the button in the ajax box but in the text above it you can see the problem too. There are spaces in the text that are not being applied.
Thanks
Andrew
Hey!
Thank you for the update.
I’m not sure if I’m following correctly but if I am not mistaken the button on the ajax portfolio item is having the issue? Please post the login details here, set it as a private reply. We would like to check it. Thanks.
Regards,
Ismael
Hello Ismael,
It’s not just the button. It is the text inside the ajax window too. The text and button text in the ajax window are not applying spaces after line breaks, commas etc.
I can’t provide a login at this time but you can view the website link in the post above.
Thanks
Andrew
Hey!
I can’t reproduce the issue on my test servers. I guess a third party plugin removes the spaces or the server somehow removes the spaces from the ajax data.
Regards,
Peter