Space between category and author name in the posts...reply

Continuing the discussion from Space between category and author name in the posts:

hello guys I am sorry I didn’t reply earlier. I was away.
I tried to insert that code but it doesn’t seem to work.

can you please help? :slight_smile:
thanks

Hi Isabella,

The CSS is correct. Though when I checked your site, it is not there when I viewed the source code. Did you clear all cache? Please make sure that CDN cache are cleared too.

Hello there! yes it’s there. And I have cleared the cache more than once.

it doesn’t work.

Thanks for your help.
cheers :slight_smile:
Isabella

Hey Isabella,

Thank you for the screenshot. It looks like you haven’t closed the bracket for the following code:

a strong {
    color: rgb(8,134,145);

Which is breaking the CSS added after this code, please close the bracket so your code will look like this:

a strong {
    color: rgb(8,134,145);
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

It worked!
thanks a lot :slight_smile:

You’re welcome Isabella!
We’re glad we were able to help you out.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.