Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author CrestaProject

    (@crestaproject)

    Hi Manuel,
    yes, the “floating buttons” if visible in mobile version, go at the bottom of the page because for space reasons ??

    I did a test on your site and everything seems ok!

    Best,
    CrestaProject

    Thread Starter Manuel Fritsch

    (@let-me-see)

    Dear Rizzo,

    yes, I understand the new position of the buttons; but I believe you have positioned the icons inside the buttons via some fixed value of margin, measured from the top and right side of the button. If you decrease the size of the buttons, that means the icons (the f, the bird…) are not accurately centered. Can you see it?

    Best,
    Manuel

    Plugin Author CrestaProject

    (@crestaproject)

    Ok now I understand ??
    Try to paste this code in the “Custom CSS” box:

    @media all and (max-width: 768px) {
    	#crestashareicon.cresta-share-icon .sbutton i {
    		border: 0 !important;
    	}
    }

    This should work.
    Best,
    CrestaProject

    Thread Starter Manuel Fritsch

    (@let-me-see)

    Dear Rizzo,

    thanks – the buttons look better, but still the icons seem slightly off center, this time to the left. Particularly visible with the Twitter and Pinterest Buttons.

    Best
    Manuel

    Plugin Author CrestaProject

    (@crestaproject)

    Hi Manuel,
    probably the font icon is not perfectly centered (when it was drafted), because via CSS is perfectly centered.

    Best,
    CrestaProject

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Icons off button center in mobile view’ is closed to new replies.