• Resolved cath88

    (@cath88)


    Hi, I cant seem to find where to change the Floating Reviews Tab Position. Any assistance with this would be most appreciated as it is currently bottom centre which is not convenient. Thanks

Viewing 1 replies (of 1 total)
  • to place the floating widget to the left:

    .jdgm-revs-tab-btn[position=bottom] {
        bottom: 50%;
        left: -90px;
        transform: rotate(270deg);
    }

    However, i feel this could be done in a better way. maybe by modifying the shortcode’s callback function to be something like this?

    [jgm-reviews-tab button='? Our Reviews' title='Let customers speak for us' position='left']

    This would make a ton of sense.

    • This reply was modified 5 years, 3 months ago by oweibor.
Viewing 1 replies (of 1 total)
  • The topic ‘Floating Reviews Tab Position’ is closed to new replies.