[Resolved] Recent post different margin on the right side bar

Home Forums Support [Resolved] Recent post different margin on the right side bar

Home Forums Support Recent post different margin on the right side bar

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2339411
    Jusung

    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!

    #2339856
    David
    Staff
    Customer Support

    Hi there,

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

    #2340157
    Jusung

    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.

    #2340220
    Fernando
    Customer Support

    Hi Jusung,

    Can you try adding this in Additional CSS?:

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

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

    #2340436
    David
    Staff
    Customer Support

    Try this CSS:

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

    Thank you!

    it has been resolved!

    #2340742
    David
    Staff
    Customer Support

    Glad to hear that !

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.