News:

This is the third lot of news

Main Menu

cat bar title

Started by Dave, Jan 17, 2023, 03:35 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Dave

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]

Bocool

Fixed. Had to use 9px.