Hello there
My frontpage headline + rotator cant fit on mobile devices. I have tried different custom CSS, but none of it seems to work. Any help? site
Hi bagmanden12!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
h2.av-rotator-container-inner {
font-size: 20px!important;
}}
Regards,
Yigit
Hi Yigit
Thx for the quick reply, but that does not seem to work. It looks the same on my mobile device?
Regards
Hey!
Please flush cache on W3 Total Cache plugin and then refresh your page a few times. If that too does not help, please create a temporary admin login and post it here privately.
Best regards,
Yigit
Now the menus changed, all the fonts on headlines(mobile) and the menu looks very bad though? Both on Ipad and Iphone, hope you can help?
Hi!
I disabled minifying feature. Please flush browser cache and review your page now.
Best regards,
Yigit
THX, it looks good now! Is there any way to show the center of the front page photo(on mobile devices), instead of the left side?
Best Regards Thomas
Hi,
Please change the code to following one
@media only screen and (max-width: 480px) {
h2.av-rotator-container-inner {
font-size: 20px!important;
text-align: center;
}}
Best regards,
Yigit
Hi again, thanx for the great support!
That code only changes the text to be centered, which isn’t what I wanted. I would like the background picture(on smartphones) to be centered, anyway to do that?
Best regards Thomas
Hi,
Please edit the color section’s Background Image Position settings. Set it to “center center”.
Best regards,
Ismael
Hi again
It’s already set as center center?
Bh Thomas
Hi,
I’ve checked your site and it seems good already. The background on mobile is already centered.
Best regards,
Nikko