Forum Replies Created
-
AuthorPosts
-
Dibyajyoti
ParticipantThanks that worked. Tom another issue we are facing
In normal archive blog, category desktop blog heading size and mobile heading size is different but with wp show post pro its same for all the devices which makes the 20px heading (for desktop) look very big on mobile smartphones. How to counter that. https://prnt.sc/spd4u9
Dibyajyoti
ParticipantA small help needed. The title and the featured image is not in one line. The title is little below the image https://prnt.sc/sokovt
How to align themDibyajyoti
ParticipantI figured it out
.wp-show-posts-image img {border-radius: 10px;
}Thanks
Dibyajyoti
ParticipantAwesome thanks Tom.
I have added few codes and now it looks awesome
@media (max-width: 768px) {
.wp-show-posts-image.wpsp-image-left {
float: left;
margin-right: 1.5em;
max-width: 100px;
min-height: 100px;
}.wpsp-read-more {
display: none;
}
.wp-show-posts-entry-meta {
font-size: .6em;
}
.wp-show-posts-inner {
margin-top: -36px !important;
}
.wp-show-posts .wp-show-posts-entry-title {
font-size: 15px;
line-height: 1.3em
}
}I want to make the image’s edge little curve, but when I am applying padding only top edges are getting curved not the bottom ones. want to make the images like this: https://prnt.sc/soicpj
Thanks and Regards
Dibyajyoti
ParticipantAny update as my client is asking about this
Dibyajyoti
ParticipantHello, Tom, I found this one> https://generatepress.com/forums/topic/how-do-i-design-such-layout/.I need this but as I am using WP show post on the homepage, some modification will be needed I guess. Please guide me.
Thanks
Dibyajyoti
ParticipantHello Tom, here it is: https://bit.ly/3eklgv4
-
AuthorPosts