Possible Bug and Fix.
-
Hi Zulfikar,
This could be an isolated issue but I wanted to mention it. I use your plugin for one of my subdomains. It seems “Set Overall Content (hentry) max-width (numbers only!)” is forcing the content to stretch the whole width instead of just giving it more space. What is happening; if I have an image that doesn’t span the whole width of the page, it pulls content from below to fill the gap. So, you get a picture with one line of text, pulled from the content below, completing the gap.
What has been working on my other sites is the following in the style.css of the child themes.
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta, .page-content {
/* Original max-width: 474px */
max-width: 80%;
}This allows more space in the page for content, but doesn’t require that space to be filled.
Not a big issue but wanted to point it out just in case it helps. Thanks for making the plugin!
WordPress Multisite 3.8.1, BuddyPress 1.9.2
- The topic ‘Possible Bug and Fix.’ is closed to new replies.