Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #249449

    I want to have a grey border between a 3/4 and 1/4 . So i looks like a sidebar.
    How can I do that?

    #249637

    Hi huurm900!

    Thank you for using the support forum!

    This is surely possible but we will need to see the actual page where you’re testing this. We will give you a response tailored to your needs once we have a taken a look at the website.

    Cheers!
    Ismael

    #249932
    This reply has been marked as private.
    #249935

    I want to make it look like this
    https://www.dropbox.com/l/a7vQAv3sVSQ9X4bxrzNFra?

    the grey one

    #250004

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    div.flex_column.av_one_fourth.avia-builder-el-3.el_after_av_three_fourth.el_before_av_one_fourth {
    background-color: #e2e2e2;
    padding: 20px;
    }

    Cheers!
    Yigit

    #250584

    PERFECT! thanks. I wander how i can get the input boxes for email and text smaller with Naam *

    E-Mail * and keep the button the same size.

    #251012

    Hey!

    Please add following code to Quick CSS as well

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { padding: 4px 6px; }

    Regards,
    Yigit

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