BuddyBoss Home – Web Support Forums Themes OneSocial theme How to change Blog format?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Question

    #62465
    @tgrosby

    How do I change the format/layout of the blog? I am using the social blog plugin?
    TY~

    Answers

    #63885

    Anonymous
    @

    Hi @tgrosby, I am sure what exactly you need to change
    Please explain little bit more.
    Regards

    #63943
    @tgrosby

    Thank you, please see screenshot.

    I would like to show a photo from the blog and have the text on the left of the photo.

    #63997
    @anve

    Hi @tgrosby,

    The following css will align the post content and featured image side by side. Currently the featured image comes of full width just above the post content.

    
    .blog .post .header-area {
        float: right;
        width: 36%;
    }
    .blog .post .entry-content.entry-summary {
        float: left;
        width: 60%;
    }
    

    And if your requirement is something else then please explain it once more to make it easier for us to understand.

    Regards
    Anve

    #64157
    @tgrosby

    that did not work.
    i will message you directly.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘How to change Blog format?’ is closed to new replies.