Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #596907

    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 ?

    • This topic was modified 7 years, 10 months ago by Yigit.
    #597323

    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

    #597359

    Hi thanks, but don’t see any difference. And what is the best solution to make the phone number in orange ?

    #597411

    Hi!

    Please use the following

    a[href^="tel"]{
        color: orange;
    }

    and change the color with what you need it to be.

    Regards,
    Basilis

    #639007

    see private info

    #639291

    Hi,

    Please see private content field

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.