Hi there,
I have a added 2 codeblocks on my page.
One for mobile and one for desktop.
The one for mobile is showing a button with the added script.
It is aligned to the left. I would like to have it centered underneath the image.
Is there a custom css for? i tried to add the codeblok in an 1/3 layout element but this doesn’t changed anything.
link of page is in the private content area.
Hope you guys can help me out.
Hey KingFilly,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:767px) {
#eventbrite-widget-modal-trigger-54644093956 {
margin: 0 auto;
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Awesome Victoria. It works perfect with Custom CSS! Thank you for the support.
You can close this thread now