Easy fix; you need to update your theme files
front-bgimage-section.php
Change:
<?php echo get_custom_header()->width; ?> to 100%
height=”<?php echo get_custom_header()->height; ?>” to max-height=”750″
@tsetsaf
I don’t have that file. The mobile view is really strange. The notification button is on top and the app image is not shown. It’s basically the header taking up all the space.
Is there a plugin or specific .php file I can change to get better results? A good result would be displaying the app image above the notification button like the web view.
I’m a beginner, sorry for the inconvenience.
Tanay
(@tanaykhandelwal-1)
Check this path in themes directory ../leadsurf-lite/includes/front-bgimage-section.php
Ah I see, thanks a lot. This helped with the background image scaling, but the app image is still not being displayed. Is there anyway to make it appear over the “Notify me” button.
Thank you so much, I appreciate it!
Had similar issue. Ended up removing that image and setting something up custom on our end. Sorry that isn’t the easy answer but basically it does not have proper responsive calls to resize.