• Resolved alla321641

    (@alla321641)


    Hi. Could you help me. Some of pages are not adaptive to mobile phone and they are with a little piece of sidebar on the left (not down the page). How could I fix it? It’s my first site. Thanks in advance

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thank you for writing back,

    Could you please kindly follow this instruction:
    Please go to your Dashboard >> Appearance >> Customize >> Additional CSS and add these CSS codes.

    @media only screen and (max-width: 768px){
    .sidebar-right {
    display: none;
    }
    }

    Regards!

    Thread Starter alla321641

    (@alla321641)

    Thank you a lot! It helps!!

    Hi there,

    Thank you for writing back,

    If you have any queries then, please do let us know.

    Regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Some pages are not adaptive’ is closed to new replies.