Hi Rikard,
yeah, it does work on the front page now. GREAT!
However, with this solution, you lose the hover-effect which I wanted to maintain.
Best
Hi Rikard,
thank you for your answer.
Unfortunately, this did not do the trick.
I tried to add an !important but this did not have any effect either.
Best,
Florian
Try
.phone-info {
width: 500px;
font-size: 18px !important;
}
.phone-info {
font-size: 15px;
}
or whatever size you need
And how do you make the phone-info wider?
I dont want it to be two lines, as i have a lot of text in there.
I want it to be over the whole width.
.phone-info {
width: 500px;
}
This code doesn’t solve the problem.
Haha wow its working dude :)
Good job !!