CZTesting

General Category => Comments => Topic started by: Dave on Jan 17, 2023, 03:35 AM

Title: cat bar title
Post by: Dave on Jan 17, 2023, 03:35 AM
I'm sure it was fixed on here but it seems to be out again.

I have done the same again with before and after

find around line 3916


.cat_bar h3 {
   padding: 10px 12px 6px 12px;

change the first 10 to 8

.cat_bar h3 {
   padding: 8px 12px 6px 12px;

That then solves the issue

My comparisons BTW are from here to my test site

[attachment deleted by admin]
Title: Re: cat bar title
Post by: Bocool on Jan 18, 2023, 09:38 PM
Fixed. Had to use 9px.