We're merging with GenerateBlocks! Learn more here.

[Resolved] Change of colums due to width

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Change of colums due to width

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4779
    Hans
    Participant

    Hi,

    my problem: blog and archives change from 3 to 2 [1024] resp 2 to 1 [768] columns. WPSP list only changes from 3 to 1 [768]. This gives very small and ugly columns.

    How can I achieve the same effect as on blog and archives?

    #4786
    Leo
    Moderator

    Hi there,

    Any chance you can link me to the page in question?

    Thanks!

    #4790
    Hans
    Participant

    These are My examples:

    Galerie: When you shrink the width it changes from 3 to 1 column at width=768.

    Blog: When you shrink the width it changes from 3 to 2 colums at width=1024 and if changes from 2 to 1 colum ath width=768.

    Where shall I deliver you the information to link to the page (admin and password)?

    #4807
    Tom
    Keymaster

    Can you try adding this CSS?:

    @media (max-width: 1024px) and (min-width: 769px) {
        .wpsp-col-4 {
            width: 50%;
        }
    }
    #4809
    Hans
    Participant

    Thanks! It waorks great!

    #4822
    Tom
    Keymaster

    You’re welcome 🙂

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