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?
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
I want to make it look like this
https://www.dropbox.com/l/a7vQAv3sVSQ9X4bxrzNFra?
the grey one
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
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.
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