• Hi,

    My desktop and mobile view is showing different image.
    I would want the desktop image to display on all devices.

    Is this a bug or something that I did wrongly on my side?

    thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • I realy have the same problem.
    Like to hear the solution.

    • This reply was modified 6 years, 5 months ago by Gerdineke.
    Thread Starter nuksu

    (@nuksu)

    Hi,
    Found the fix. Its was due to the added function of the theme ( which is good )

    Am using Highlight child theme of Mesmerize.

    Go to Hero > Front page Hero > Background > options > MOBILE IMAGE BACKGROUND OPTION

    From there u can choose to turn on or off

    This is a good theme

    cheers.

    This is the solution I get from the support of extendthemes. And it works!

    Please add this extra CSS code in Customizer -> General Settings -> Additional CSS :

    @media screen and (max-width: 480px) {
    .mesmerize-inner-page .inner-header-description {
    padding-top: 28%!important;
    padding-bottom: 28%!important;
    }
    }

    You can adjust the values of padding-top and padding-bottom according to your needs for mobile.

    Hi @nuksu ,

    Was your issue solved using the above solution?

    Please let me know what is the current status of your issue so I can further help you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hero image on desktop view different from mobile device’ is closed to new replies.