• Resolved atesz03

    (@atesz03)


    Hi,

    On the linked example tag page 3 posts are shown in a row. I would like to display 4 posts in a row with smaller thumbnail cards. How could I achieve this custom style?

    Please use F12 for dev tools because right click is disabled.

    Thank you for the help in advance.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @atesz03,

    Please navigate to Customizer > Blog > Blog Entries; then find and set the Grid Columns: https://postimg.cc/SJzVcWKS. It affects whole blog archives, but if you looking a CSS only for the tag(s) page, please put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    @media(min-width:1200px) {
        body.tag .oceanwp-row .span_1_of_3 {
            width: 25% !important;
        }
    }

    Please read this link for more information about the CSS/JS code on the customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.

    Note: If you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, remember to click on the regenerate all assets file and data in Elementor > Tools(if you have Elementor).

    I hope that helps.
    Best Regards

    Thread Starter atesz03

    (@atesz03)

    Hi @skalanter,

    thank you, this worked as expected.

    You’re welcome. Glad it helped.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘customize tag pages’ is closed to new replies.