Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #240254

    How do you remove the sides on the boxed layout view on a mobile device?

    #240262

    Hey Jox!

    Can you elaborate? Screenshot would help. You can upload your screenshots on imgur.com and post links here

    Best regards,
    Yigit

    #240268

    Example

    An example like that. I don’t have it live yet as I’m just doing some testing offline but I want to be able to remove the blue bars on the sides.

    #240272

    Hey!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 767px) {
    html.html_boxed {
    background: white;
    }}

    Best regards,
    Yigit

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