• Resolved Hum Gurung

    (@etchbee)


    Hi,

    Very nice theme. There is issue with ‘Privacy Policy’ menu on Footer. If you don’t add any item on the menu it’s okay, but when you add menu item on footer the view on Mobile breaks apart with added menu and privacy policy. Your support is anticipated and will be appreciated ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @etchbee,

    Can you please post your site URL so that I can debug the issue further and provide you with some solutions?

    Thank you.

    Thread Starter Hum Gurung

    (@etchbee)

    Hi,

    Here is the site URL – https://www.annapurnacircuit.net/

    Screenshot – https://prnt.sc/tysa1m

    Thanks.

    Hello @etchbee,

    I have noted this down as the issue to be fixed on the next update release of the Free theme.

    Please make sure to update the theme when the update is available.

    Anyway, for the quick fix, can you please add below custom CSS via Dashboard > Appearance > Customize > Additional CSS.

    @media only screen and (max-width: 1024px) {
        .site-footer .footer-b .privacy-policy-link{
            display: block;
            width: 100%;
            text-align: center;
        }
        .footer-menu-privacy .footer-navigation{
            margin: 20px 0 0;
            padding: 0;
            border: none;
        }
        .footer-navigation ul:after{
            display: none;
        }
    }

    After the update, you can remove the CSS.

    Thank you.

    Thread Starter Hum Gurung

    (@etchbee)

    Thank you for suggestion. However the alignment of the items are vertical. So I came up with following CSS code.

    @media only screen and (max-width: 1024px) {
    .footer-navigation {
        width: auto;
     }
    }

    Looking forward to updated theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Privacy policy on footer menu mobile issue’ is closed to new replies.