Helper Element
Hi, is there a way, to put the buttons ("Infos", "Preise") in one line instead of putting buttons down on the mobile version?
Here is the image to explain...
Hi, is there a way, to put the buttons ("Infos", "Preise") in one line instead of putting buttons down on the mobile version?
Here is the image to explain...
Comments
Hi,
Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.
Thanks
I honestly thought the description is enough.... the element is described and the image...
This page: https://fs-heidingsfelder.de/klassen/
This section
simply because i used this elements on a few BeBuilder websites and the result was always the same...
Attaching a link to the website is always a good idea as it helps to provide faster and more direct support.
For example I needed it now, so I could prepare a custom CSS code for you:
@media only screen and (max-width: 767px) { .helper .helper_header { flex-direction: row!important; justify-content: space-between; } }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Thank you!! This helped ;)