Tagged: Clean Journal Pro, featured image, footer widgets
- This topic has 1 reply, 2 voices, and was last updated 7 years ago by tikaram.
-
AuthorPosts
-
October 31, 2017 at 2:03 am #125193catwingzParticipant
Hi,
If I leave one of the footer widgets empty one of the three remaining ones becomes the width of two. Is there a way to make it so that there are only three footer widgets of equal size?
On the blog page most of the posts have featured images. The text for the posts which don’t have an image stretches the full width of the content area. The ones with an image treats the image like it has it’s own column. How can I make it so that the text for the posts with a featured image wraps under the image in it’s ‘column’ so they match the posts without an image. The page with the posts is here
thank you
October 31, 2017 at 4:09 am #125206tikaramParticipant@catwingz : Please remove the Custom HTML Widget from Widget Area 3 and the three footer widgets will be of equal size.
To wrap text with featured image : Go to Appearance => Customize => Additional css and add the following css.
.hentry .featured-image { margin-right: 10px; margin-bottom: 0; float: left; display: inline; } .excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container { display: inline; float: none; } .entry-container .entry-title { display: inline; }
Let me know if you need further assistance.
Regards,
Tikaram -
AuthorPosts
- The topic ‘Footer widgets and blog’ is closed to new replies.