Hi,
The header text aligned not the way i like, can i expand the width in this text”Bedrijfsrecherche nodig ?
TEL 085 0471003″ ?
And the buttons in the end of the website, “Bel ons direct” and “Mail ons” are not the same width, is that possible ?
Hey BetuwePC,
1. Yes it’s possible but you have a break tag inside your text causing it to display on two lines, I’m guessing you would like to display it on a single line?
2. Please try the following in Quick CSS under Enfold–>General Styling:
#after_section_1 .avia-button {
min-width: 50% !important;
}
Regards,
Rikard
Hi thanks, but don’t see any difference. And what is the best solution to make the phone number in orange ?
Hi!
Please use the following
a[href^="tel"]{
color: orange;
}
and change the color with what you need it to be.
Regards,
Basilis
see private info