• Hi, is there any way that in mobile view all three columns can be seen as in desktop view?
    In the mobile view the images appear one below the other.

    The image that I attach is desktop
    https://ibb.co/bb6Wq8W

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

Viewing 13 replies - 1 through 13 (of 13 total)
  • David

    (@diggeddy)

    Hi there,

    sorry for the late reply – your topic somehow slipped through our system.

    Do you still need help with this requirement ?

    As a not i am not sure their would be enough space to maintain a 3 column view on mobile. Let us know.

    Thread Starter Jota

    (@jotapov)

    Yes, i need help.
    I continue with that question.

    David

    (@diggeddy)

    Try this CSS:

    .wp-show-posts-columns#wpsp-56754 {
        flex-wrap: nowrap !important;
        margin-left: -10px !important;
    }
    
    .wp-show-posts-columns#wpsp-56754 .wp-show-posts-single {
        margin-left: 10px;
    }
    
    .wp-show-posts-columns#wpsp-56754 .wp-show-posts-single .wp-show-posts-entry-title {
        font-size: 16px;
    }

    This will apply to the 3 column of posts below the content. It uses the elements ID: #wpsp-56754

    If you want to apply it to a different list then change the 56754 to the ID of the WPSP list.

    Thread Starter Jota

    (@jotapov)

    ok. Thanks

    David

    (@diggeddy)

    You’re welcome

    Thread Starter Jota

    (@jotapov)

    Hi,
    any way to shorten the title?
    I can shorten the excerpt but not the title.

    Thread Starter Jota

    (@jotapov)

    Ok, forget it, I lowered the pixels and it solved.

    Thread Starter Jota

    (@jotapov)

    Is there any way to remove this white space?

    Picture. https://ibb.co/YtcxXKP

    Thanks.

    David

    (@diggeddy)

    Try adding this CSS:

    .wp-show-posts-columns#wpsp-56754 .wp-show-posts-single .wp-show-posts-inner {
        margin-bottom: 0;
    }
    Thread Starter Jota

    (@jotapov)

    Ok. I willl try.
    Thanks

    Ok let us know ??

    Thread Starter Jota

    (@jotapov)

    Hi, it worked.
    Thanks!

    Glad to hear that

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘MINIATURA’ is closed to new replies.