Title: Styling issue
Last modified: February 2, 2023

---

# Styling issue

 *  Resolved [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/styling-issue-26/)
 * Hi, I am not sure if this is just my laptop, but i now have a styling issue since
   upgrading bsp today.
 * If you see the forum headings in bold, then the descriptions underneath. For 
   some reason the text is offset left and overlapping the forum logos.
 * See?
 * Do I need some CSS styling to put it back correct?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fstyling-issue-26%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 45 total)

1 [2](https://wordpress.org/support/topic/styling-issue-26/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/styling-issue-26/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/styling-issue-26/page/2/?output_format=md)

 *  Thread Starter [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/styling-issue-26/#post-16435256)
 * > [View post on imgur.com](https://imgur.com/b5Lw1wx)
 * AS you can see, the logged out view is OK. But when logged in:
 * > [View post on imgur.com](https://imgur.com/wPyaaPA)
 * Why have I suddenly started to get this difference in rendering?
 *  [codejp3](https://wordpress.org/support/users/codejp3/)
 * (@codejp3)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/styling-issue-26/#post-16435299)
 * 5.2.6 is largely my code edits/additions. Wasn’t able to repIicate the issue 
   locally on my dev server, and don’t recall any code changes that would affect
   the forum description text. I just created an account on your site to test it
   out there and either patch it for an upcoming release, offer some CSS to fix 
   it, or both.
 * I’ll check back in once my account is active (codejp3).
 *  Thread Starter [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/styling-issue-26/#post-16435301)
 * Thanks. I just activated your account.
 * I can’t recall if the second logo (the open book) was smaller before?
 *  [codejp3](https://wordpress.org/support/users/codejp3/)
 * (@codejp3)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/styling-issue-26/#post-16435391)
 * So far I’ve double-checked all code related to the “unread post icon” and forum
   title/descriptions, and the only thing changed related to that for 5.2.6 was 
   tabs/spacing within the code to make it more readable, but nothing that would
   affect how the code is rendered on the front end of the site.
 * With that said, clearly you have an alignment issue. I can’t come up with a quick
   CSS tweak since there’s no elements to target and distinguish whether the unread
   icon is visible or not. That means that CSS code to fix it when the unread icon
   is displayed, breaks the alignment for “logged out”/ no unread icon displayed.
   Keep good alignment with no unread icon breaks the alignment for displaying the
   unread icon.
 * The only way I can figure to fix your alignment issue is to actually make some
   changes to the code for how unread icon / forum title / forum description is 
   rendered.
 * Working on that now and will post a follow-up.
 * I don’t think it’s the cause of the issue, but I do see that you’re using “autoptimize”
   caching plugin. Out of curiosity, can you do me a favor and clear the CSS file
   cache for that plugin and do a “hard refresh” (hold ctrl key while clicking “
   refresh” in the browser) just to see if there’s any difference? I doubt it, but
   I’d like to eliminate that as a possible culprit nonetheless.
 *  [codejp3](https://wordpress.org/support/users/codejp3/)
 * (@codejp3)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/styling-issue-26/#post-16435465)
 * Good news and Bad news!
 * Good News: I was able to replicate this issue on my end, and have narrowed it
   down to the improper order for the unread icon (should be before the forum icon,
   not after).
 * Bad News: I haven’t figured out exactly what’s causing it yet. Still working 
   on it, and will issue a fix as soon as it’s figured out.
 *  [codejp3](https://wordpress.org/support/users/codejp3/)
 * (@codejp3)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/styling-issue-26/#post-16435549)
 *  [@ajtruckle](https://wordpress.org/support/users/ajtruckle/) – I’m pushing version
   5.2.7 to [@robin-w](https://wordpress.org/support/users/robin-w/) now. Until 
   it’s released officially, you can download it directly from here:
 * [https://github.com/codejp3/bbp-style-pack/archive/refs/heads/5.2.7.zip](https://github.com/codejp3/bbp-style-pack/archive/refs/heads/5.2.7.zip)
 * I’d love to hear if you still have any other issues after updating to 5.2.7!
 *  Thread Starter [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/styling-issue-26/#post-16435770)
 * [@codejp3](https://wordpress.org/support/users/codejp3/) Thanks for your hard
   work. I don’t know how to manually update without needing to login via FTP which
   I can’t do right now.
 * And I can’t just add a new plugin:
 * > Fatal error: Cannot redeclare bsp_plugin_activation() (previously declared 
   > in /customers/e/9/c/publictalksoftware.co.uk/httpd.www/wp-content/plugins/bbp-
   > style-pack/bbp-style-pack.php:31) in /customers/e/9/c/publictalksoftware.co.
   > uk/httpd.www/wp-content/plugins/bbp-style-pack-5.2.7/bbp-style-pack.php on 
   > line 31
 * So I will wait until 5.2.7 is officially released as I have to go to work shortly.
 *  [codejp3](https://wordpress.org/support/users/codejp3/)
 * (@codejp3)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/styling-issue-26/#post-16435819)
 * **3 steps that will allow you to manually install it:**
 * 1.) When you download the zip file, open it with your archive program of choice
   and rename the root directory within the zip file from “bbp-style-pack-5.2.7”
   to just “bbp-style-pack” and re-save the zip file.
 * 2.) In the “Plugins” admin page, deactivate the current bbp-style-pack plugin.
 * 3.) From that same “Plugins” admin page > at the top next to the title, click“
   Add New”. Then from the “Add Plugins” page > at the next to the title click “
   Upload Plugin” and upload the zip file, and activate it.
 * The issue you experienced comes from having 2 active bbp-style-pack plugins –
   one in the “bbp-style-pack” directory, and one in the “bbp-style-pack-5.2.7” 
   directory. Renaming the zip file directory in step 1 should take care of it. 
   Pro-actively deactivating 5.2.6 in step 2 is probably unnecessary, but guarantees
   you won’t get conflicts.
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/styling-issue-26/#post-16436140)
 * 5.2.7 just released !!
 *  Thread Starter [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/styling-issue-26/#post-16436153)
 * [@robin-w](https://wordpress.org/support/users/robin-w/) Awesome! I have just
   upgraded via my phone (at work).
 * [@codejp3](https://wordpress.org/support/users/codejp3/) May I kindly ask you
   to check after logging into my forum please? It looks better on my mobile phone,
   but then it is a smaller window so renders differently. But if you can check 
   on a desktop I would be grateful.
 * Thanks guys for the speedy work!
 *  Thread Starter [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/styling-issue-26/#post-16437022)
 * [@robin-w](https://wordpress.org/support/users/robin-w/) [@codejp3](https://wordpress.org/support/users/codejp3/)
   I am afraid I still seem to have a layout problem?
 * > [View post on imgur.com](https://imgur.com/WBiiAPz)
 * It was the same on my phone. I have tried purging the autoptimize cache. No joy.
   For some reason the icons are not flowing correctly but are stacked upon each
   other.
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/styling-issue-26/#post-16437084)
 * can you go into dashboard>settings>bbp-style-pack>**Forums Index Styling** and
   just click save
 * that resets the css files, and I want to eliminate that as a problem
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/styling-issue-26/#post-16437087)
 * oh and purge cache after 🙂
 *  Thread Starter [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/styling-issue-26/#post-16437105)
 * All fab now! 😊👍👌
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/styling-issue-26/#post-16437372)
 * thanks – that let me know exactly what the issue is – you won’t need to do anything
   further – I’ll fix it permanently in 5.2.8

Viewing 15 replies - 1 through 15 (of 45 total)

1 [2](https://wordpress.org/support/topic/styling-issue-26/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/styling-issue-26/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/styling-issue-26/page/2/?output_format=md)

The topic ‘Styling issue’ is closed to new replies.

 * ![](https://ps.w.org/bbp-style-pack/assets/icon-256x256.jpg?rev=2706563)
 * [bbp style pack](https://wordpress.org/plugins/bbp-style-pack/)
 * [Support Threads](https://wordpress.org/support/plugin/bbp-style-pack/)
 * [Active Topics](https://wordpress.org/support/plugin/bbp-style-pack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bbp-style-pack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bbp-style-pack/reviews/)

 * 45 replies
 * 4 participants
 * Last reply from: [Clivesmith](https://wordpress.org/support/users/clivesmith/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/styling-issue-26/page/3/#post-16552125)
 * Status: resolved