hi
you can tell me how I can center the images.
on the mobile are on the left
thank you
Hey vasileandrei,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.tribe-events-event-image a img {
display:table;
margin:0 auto;
}
}
Best regards,
Rikard
does not seem to work
Hi,
Can you try to flush the cache if you have caching plugin, if not, please post us your login credentials (in the “private data” field), so we can take a look at your backend.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.
Best regards,
Nikko
lower. thank you
Hi,
Thanks for providing the ftp access, I have added this css code in Quick CSS:
@media only screen and (max-width: 767px) {
.tribe-events-event-image a img {
margin: 12px auto 0 !important;
}
}
However it seems to be cached and the css code applied does not reflect on the frontend, can you try to flush out the cache.
Best regards,
Nikko
is good, thank you
Hi,
Glad to hear that. Thanks for using Enfold! :)
Best regards,
Nikko