Priority Support
If you’re a Pro user, please open a support ticket.
Hi,
For my website https://gpxadventures.com I’m experiencing some issues when using the review block on my post pages. On the front end of the site everything below the summary the layout of the elements is wrong. Both the text and CTA are placed on the right side of the container instead of the left. And the summary score and stars are placed too much to the left. (screenshot below)
Does anyone now what is wrong and how to fix this? I’m using the Highlight theme with Wordpress version 6.2.
Thanks!
Hi,
Welcome to the community.
It seems like the theme styles, or styles from other plugin is overwriting the styles from Ultimate Blocks.
Can you please share an exact link where I can check the block in action?
It will be easier for me to find out the exact issue.
Kind regards.
Hi,
Yes sure! You can check the block on this page: https://gpxadventures.com/reviews/electronics/biolite-headlamp-425-review/
Curious what other plugin is overwriting the styles. Is this something that can be fixed?
Kind regards,
In this instance, can you please add some summary text in the block?
It’s not definite that other plugin is overwriting, just an idea.
Yes, I will definitely try to come up with a fix.
Kind regards.
Hi,
As suspected, there are extra styles being added to all divs.
Please refer to the screenshot attached.
For a fix, we can use a small custom CSS.
Please add the following CSS to your site. That should fix it.
.ub_review_summary div:before { content: none !important; }
Let me know if the issue persists after adding the CSS.
I will take a look at it again.
Kind regards.
Please try the following CSS:
div.ub_review_block::before, div.ub_review_block div::before { content: none !important; }