• Resolved emma36

    (@emma36)


    Hi, I want to align an image to the left of the web page and float the rich reviews to the right of the same image on the same line. But whenever I put in the rich reviews shortcode, it forces a new line to start, underneath my image. I’ve tried wrapping the rich review shortcode in html/css and using !important but I still get the same result, does anyone know how to fix this please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Hiren Patel

    (@hiren1612)

    Hi, @emma36
    you can do it using the HTML and customize CSS like this or if you don’t mind you can share the link of the page so we can look further.

    <div style=”display:inline-block;”>
    <div style=”float:left;”></div>
    <div style=”float:right;”>[RICH_REVIEWS_SHOW]</div>
    </div>

    • This reply was modified 4 years, 2 months ago by Hiren Patel.
    • This reply was modified 4 years, 2 months ago by Hiren Patel.
    • This reply was modified 4 years, 2 months ago by Hiren Patel.
    Plugin Contributor Hiren Patel

    (@hiren1612)

    Hopefully, It will be working for you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stop rich reviews starting a new line’ is closed to new replies.