Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #123481
    Designoz
    Participant

    Hello.

    Visitors have a problem with the layout of my website: http://www.fischer-werke.de by using mobile devices.
    I use the option boxed layout and a background image. With desktop devices everything’s fine.
    But with mobile devices the boxed layout with white color isn’t displayed and text cannot be read.

    Is there a way to fix it?
    Hope you can help me.
    Thank you very much.

    Oliver

    #123589
    wensolutions
    Participant

    Hello @designoz,

    To resolve the issue regarding the boxed layout with background image in the mobile devices, please add in the following Custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    @media only screen and (max-width: 767px){
    #page.hfeed.site.container {
    
    background: none repeat scroll 0 0 #f8f8f8;
    
    }
    
    }

    Hope this Helps,

    Best Regards !!

    #123736
    Designoz
    Participant

    It works. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile: Not displaying boxed layout or background color’ is closed to new replies.