http://www.expressvending.co.uk/?a=uk
What is the closet I can come to using Enfold to get the loo of the boxes like in the link I sent: OUR MACHINES | VENDING MACHINES | VENDING HOUSING.
I am trying to use Enfold to do something similar, any suggestions?
Hi Micheal0424!
You can set up Avia Layout Builder as shown below:
Add the following code to your Quick CSS or custom.css
#av_section_1 .av-special-heading{
background-color: bisque;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding-top:10px;
}
#av_section_1 .avia_textblock{
background-color: #CCC;
padding:10px;
color: #FFF !important;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
Change av_section_1
to whatever ID you’ve specified for your colored section.
Regards,
Arvish
Wow, perfect. Thank you!!
Follow up question:
How do I close this gap between the picture and the text box below?
http://test.maximfactory.com/sample-page/
Thank you, this was a huge help!!
Looks great!!
Hey!
Add this code to Quick CSS or custom.css
#av_section_1 .avia-image-container.avia-align-center {
margin: 0px auto 0px;
}
Regards,
Arvish
Worked perfectly!!
Thank you for your help on both items, was a huge help!!