I am having trouble placing 2 buttons on the spot I want them. If you look at the site now below the slider there is space for 2 buttons side by side. But how do I get them there? I can’t seem to put them next to each other in the builder.
Hey Erik!
Have you figured it out already – http://i.imgur.com/DRfPVaj.png?
If not, please post a screenshot and show the changes you would like to make :)
Cheers!
Yigit
Hi!
I have edited your frontpage and duplicated the button. Please review your website now
Regards,
Yigit
Ok, thanks this is already closer (didn’t think to try that).
However I would like it to be positioned lower and more to the middle (like on the screenshot).
Hey!
Please add following code to Quick CSS
.home .avia-builder-el-5 {
margin-right: 8%;
margin-top: 20px;
}
.home .avia-builder-el-4 {
margin-left: 8%;
margin-top: 20px;
}
Cheers!
Yigit
Perftect! Thanks so much!