• Resolved iperc0nn3

    (@iperc0nn3)


    Hi I would like to set a different position from top of the floating vertical bar on a specific page.

    I’ve tried via custom css on the page but not working

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

    (@micropat)

    Use the !important declaration as needed, e.g.:

    body.page-id-123 .a2a_floating_style.a2a_vertical_style {
        top: 50px !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘floating vertical position’ is closed to new replies.