Site logo

Archived topic

Recent post different margin on the right side bar

7 replies · Started by Jusung on September 11, 2022

Viewing posts 1–8 of 8

I don't know how.
But I found there is margin on the list of recent post on right side bar.
That is ok

However, when I see it on the "nothing found page",
there is no margin.

You can compare the 2 links and you will see the list of recent post on right side bar, it is different.
Can I fix this?
I wanna put space between lists.

Thank you!

Hi there,

can you disable Autoptimize so i can take a closer look ?

Hello.
I have disabled the autoptimize plug-in.

the verticala gap between recent post list on right side bar is different between on blog page and on "nothing found page".

I don't know why it is different.

Hi Jusung,

Can you try adding this in Additional CSS?:

.gb-query-loop-item.generate-columns {
    margin-bottom: unset;
    padding-left:unset;
}

I wanna make the nothing found page same with the blog page.
So, there should be margin-bottom on the nothing found page.

Try this CSS:

:is(.search-no-results, .error404) .gb-query-loop-item  {
    margin-bottom: 20px;
}

Thank you!

it has been resolved!

Glad to hear that !

This archived topic is closed to new replies.