• Resolved Nuno

    (@nunowired)


    Hi!
    When the MiNNaK theme is viewed on the mobile phone,
    the content is displayed within a frame.
    There is a possibility to remove this frame,
    leaving the content free on the page so that it stays more
    wide to the sides?
    Thanks for listening,
    this theme is very beautiful and functional.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author tamermancar

    (@tamermancar)

    Hello @nunowired
    This will remove margins on all pages.
    Add the following code to the box at Appearance > Customize > Additional CSS:

    @media (max-width: 576px)
    main {
        padding-left: 0;
        padding-right: 0;
    }

    This will remove margins on all pages on mobile phones.

    Thread Starter Nuno

    (@nunowired)

    Thanks for the quick response,
    But I inserted the code in the indicated location
    and the layout, in desktop and mobile mode
    have not changed.
    I am using the Peepso Social Network plugin
    and the content is displayed within a frame,
    decreasing the space of publications.

    Following images are attached in both situations.

    Desktop

    Mobile

    CSS

    • This reply was modified 3 years, 7 months ago by Nuno.
    Thread Starter Nuno

    (@nunowired)

    Hi @tamermancar .
    I used only part of the code you provided and it is now working.
    Thank you so much for your help and support!

    main {
    padding-left: 0;
    padding-right: 0;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Vsiaulization on mobile’ is closed to new replies.