Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #132619
    bwashington729
    Participant

    Is there anyway to change the spacing between the Blog Photo Excerpt and the actual excerpt on the main page? OR make the photo bigger in general on the home page????

    http://unclefunkysdaughter.com/blog/

    #132632
    Skandha
    Participant

    @bwashington729: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .featured-image {
        float:left !important;
    }
    .featured-image img {
        width:100%;
    }

    Let me know if this works out for you!

    Regards,
    Skandha

    #132693
    bwashington729
    Participant

    This worked but now the photo falls on top of the excerpt no matter if I set the display with the photo to the left or eight. I want it so that the larger photos and sitting on the left side of the excerpt.

    #132750
    bwashington729
    Participant

    This has been resolved. Thanks!

    #132802
    Skandha
    Participant

    @bwashington729: Glad the issue is resolved. Have a good day.

    Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Spacing’ is closed to new replies.