Viewing 1 replies (of 1 total)
  • Plugin Author micropat

    (@micropat)

    Hello,

    This is primarily a theme issue, so you’ll want support for your theme if you need further help.

    In the meantime you can try this CSS code which should adjust the left-padding to give enough visual margin at the mobile breakpoint where it’s currently thinnest:

    @media (max-width: 544px) {
    	.ast-separate-container .ast-article-post,
    	.ast-separate-container .ast-article-single,
    	.ast-separate-container .comments-title,
    	.ast-separate-container .ast-archive-description {
    		padding-left: 2.5em !important;
    	}
    }

    Then in AddToAny Floating settings you can deselect “Hide on mobile screens 980 pixels or narrower” and adjust the “Offset” if needed.

Viewing 1 replies (of 1 total)

The topic ‘Floating Button overlays mobile version’ is closed to new replies.