Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #125193
    catwingz
    Participant

    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

    #125206
    tikaram
    Keymaster

    @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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Footer widgets and blog’ is closed to new replies.