Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #717836

    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

    #717838

    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

    #717854

    Hi Yigit

    Thx for the quick reply, but that does not seem to work. It looks the same on my mobile device?

    Regards

    #717862

    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

    #717892

    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?

    #717897

    Hi!

    I disabled minifying feature. Please flush browser cache and review your page now.

    Best regards,
    Yigit

    #717918

    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

    #717940

    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

    #721132

    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

    #722300

    Hi,

    Please edit the color section’s Background Image Position settings. Set it to “center center”.

    Best regards,
    Ismael

    #722403

    Hi again

    It’s already set as center center?

    Bh Thomas

    #723419

    Hi,

    I’ve checked your site and it seems good already. The background on mobile is already centered.

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.