Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I’m using the vantage premium theme with page builder and the widgets bundle.
I created a page with a hero image and two action buttons within this widget, but I found no possibility to add some horizontal space between the buttons.
Do you have a hint for me?
Hi Uwe,
Do you have a public URL where we can take a look at what’s going on?
Email from 2017-03-16:
Hi Alex,
today I’ve the following in place: https://foerdecrossfit.de/foerde-crossfit-kiel/
It would be good if could use the hero image for the background and two action buttons: https://foerdecrossfit.de/hero-test/
rgds Uwe
Hi Uwe,
You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
@media (max-width: 545px) { .sow-hero-buttons .so-widget-sow-button { margin-bottom: 10px !important; } }How does that look?
You might also need to install the SiteOrigin CSS Editor.
added the code and cleared all caches – no change
this has only effect to the bottom margin for small displays
Hi Uwe,
The CSS will affect phones. If you wish to affect high-end (Android) phones or tablets, please increase the max-width amount. To completely cover tablets, you want to set it at 1024 but please be aware this may cause spacing issues on low-end laptops.