BuddyBoss Home – Web Support Forums Plugins BuddyBoss Wall Wall layout issues

Tagged: ,

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

    #54025
    @frankwarwick

    The problem I see is the positioning of the content, its image left and content on the right.
    When viewed on smaller screens (not a phone) the content streams down the right side and there is a big gap under the image.

    Is the something i can do to change the layout so the image is 100% width and the content is below.

    This will provide a consistent look without large sections of nothing

    Answers

    #54028
    @frankwarwick

    Also the font in the content (not the linked heading) is a fixed size and does not conform to the size of the fonts for the rest of the site

    #54029
    @frankwarwick

    The issue is I make changes in the BubbyBoss theme custom CSS but the plugin loads after the theme and overwrites the changes. so I have added ‘Simple Custom CSS’ plugin (I don’t like adding another plugin) and put the following CSS. This is fine for a work around but I think these things need to be addressed

    /* width of image in preview container */
    .bb_link_preview_container {
    float: inherit;
    max-width: 100%;
    }
    /* bb content positioning */
    .bb_link_contents {
    overflow: visible;
    padding: 0 0 0 0;
    font-size: 12px;
    }

    #54096
    @vapvarun

    Hi @frankwarwick
    Sorry for inconvenient
    I have notified developers it will be fixed shortly
    Regards
    Varun Dubey

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Wall layout issues’ is closed to new replies.