BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Wall › Wall layout issues
- This topic has 3 replies, 2 contibutors, and was last updated 7 years, 11 months ago by
Varun Dubey.
Question
December 8, 2015 at 5:57 pm #54025@frankwarwickThe 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
December 8, 2015 at 6:39 pm #54028@frankwarwickAlso 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
December 8, 2015 at 6:51 pm #54029@frankwarwickThe 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;
}December 9, 2015 at 1:45 pm #54096@vapvarunHi @frankwarwick
Sorry for inconvenient
I have notified developers it will be fixed shortly
Regards
Varun Dubey
- The question ‘Wall layout issues’ is closed to new replies.