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.
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)
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.
Try adding this CSS:
.wp-show-posts-columns#wpsp-56754 .wp-show-posts-single .wp-show-posts-inner {
margin-bottom: 0;
}