-
Author
-
January 12, 2016 at 18:54 #98077cbdesignParticipant
Is there a way to add padding after the blog image on individual post pages? The text is too close to the image.
Also if I wanted to remove the “share” section on blog – where would I do that?
Thanks!
Attachments:
You must be logged in to view attached files.January 12, 2016 at 19:06 #98083RaduModeratorHi,
Add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODEarticle img.attachment-kleo-full-width { padding-bottom: 25px !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 12, 2016 at 19:16 #98085cbdesignParticipantThanks so much! 🙂 That was quick and worked! One more question about the single blog page – see attached – where is the image used on the bottom? It’s taking it from the Featured Image that I put on a post page but the dimensions shown here are not right – this photo is much wider – where can I put a separate wide picture to be used on bottom of single post pages where it shows related posts? thanks! (Notice the right side of image is missing because the featured image uses a square image)
Attachments:
You must be logged in to view attached files.January 13, 2016 at 15:55 #98270RaduModeratorHi,
Please add this css to your wp-admin -> theme options -> general settings -> quick css
COPY CODE.related-wrap ul.kleo-carousel li article .post-image img { width: 100%; }
This will be included in our next theme update.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.