• Resolved markva

    (@markva)


    Hi,

    As you can see in the first image https://i.imgur.com/2184ZF7.png the two image links in the sidebar are not “centered” on mobile, they stretch too far to the right.

    I have tested with disabling custom css and using another text widget for the sidebar, but the issue remains.

    Here’s an image from another site also using Neve theme, where the alignment is ok: https://i.imgur.com/XlTLIKY.png

    Please advice.

    Thanks a lot!

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

Viewing 1 replies (of 1 total)
  • Hi @markva!

    This should be fixed by adding the code below in the Additional CSS section within the Customizer. It should add a margin on the left side of the images from the sidebar.

    @media(max-width: 768px){
    .nv-sidebar-wrap amp-img img{
        margin-right: 5px !important
    }
    }

    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar AMP Image Links’ is closed to new replies.