Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Reviews Top Line Alignment Fix?
Author « Topic »  

pauld
Advanced Member

USA
460 Posts

Pre-sales questions only
(More Details...)

Posted - 06/20/2021 :  09:17:00  
Since the v7.3.3 update, we've noticed a small alignment issue on the top text of our Reviews tab, where the "5" in "Average rating 4/5" is above the other text.

As shown below, this is also visible on the ECT online demo store.

We'd be grateful if a developer will suggest a CSS fix that won't conflict with future updates.

Thanks in advance for this.

[img]https://i.imgur.com/sFl0VOW.jpeg[/img]

dbdave
ECT Moderator

USA
10277 Posts

Posted - 06/20/2021 :  10:37:13  
I think this is probably something that needs to be fixed in the code.
Here is the html for that demo store...

<span class="review numreviews" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating">
<span class="count" itemprop="ratingCount">1</span>
Product Reviews - Average rating
<span class="rating average" itemprop="ratingValue">4</span> / 5</span>


I expect that "/5" should be enclosed within that span tag and it's outside of it.

I'll point Vince to this post so he can take a look.

David

Vince
Administrator

42470 Posts

Posted - 06/20/2021 :  11:04:58  
Yes, thanks for the nudge here Dave but I think the fix for this is in the ectcart.css file, around line 120 there is this...

div.prodrating a, span.rating{
vertical-align:middle;
}

...and that should be just this...

div.prodrating a{
vertical-align:middle;
}

I'll get that fix into the updater ASAP.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

pauld
Advanced Member

USA
460 Posts

Pre-sales questions only
(More Details...)

Posted - 06/20/2021 :  11:36:56  
Thanks for this!

Much appreciated.
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000