[Resolved] Wp show posts

Home Forums Support [Resolved] Wp show posts

Home Forums Support Wp show posts

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1986623
    guevara

    Wp show posts section (Website Optimisation Services) of my site appears all over the place when viewed in tablet mode.

    #1986756
    David
    Staff
    Customer Support

    Hi there,

    what changes do you want to make ? Do you want it displayed in 2 columns on tablet?

    #1986817
    guevara

    yes please

    #1986947
    David
    Staff
    Customer Support

    Try adding this CSS:

    @media (min-width: 1025px) {
        .wpsp-col-3 {
            width: 25%;
        }
    }
    
    @media (max-width: 1024px) and (min-width: 600px) {
        .wpsp-col-3 {
            width: 50%;
        }
    }
    #1987044
    guevara

    Perfect – Thanks a lot

    #1987257
    David
    Staff
    Customer Support

    You’re welcome!

    #1994307
    guevara

    Hello just noticed that it’s quite not right when it’s displayed on Edge and chrome browsers. It’s fine on Safari and Firefox.

    #1994642
    David
    Staff
    Customer Support

    It looks the same across all my browsers.
    Could share a screenshot of the issue ?

    #1995082
    guevara

    Many thanks

    #1995198
    David
    Staff
    Customer Support

    You’re welcome

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