Not urgent, only a ...
 
Notifications
Clear all

wpForo 1.x.x [Solved] Not urgent, only a little glitch

5 Posts
2 Users
2 Reactions
604 Views
Posts: 243
Topic starter
(@berndg)
Reputable Member
Joined: 6 years ago

Hi,

we experience a little glitch on www.alkohol-ade.comΒ as shown in the screenshot. If someone has an idea ...Β 

Yours, Bernd

4 Replies
Sofy
Posts: 4689
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

@berndg,

This is just a small CSS issue with the theme or other plugins.

Please register some new testing user and send the user's login details with your forum URL to info[at]gvectors.com email address to allow us to debug the issue and provide a CSS solution for you.Β  Β 

Posts: 243
Topic starter
(@berndg)
Reputable Member
Joined: 6 years ago

Thank you! The access data is on the way.

2 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4689

@berndg,

The issue is solved just press CTRL+F5 (twice) on the frontend to see it.Β 

We've added the following CSS code in the "Custom CSS Code" textarea.Β 

#wpforo #wpforo-wrap h1 {
Β  Β  Β width: 100% !important;
}

I may also suggest you add the following code as well. It'll reduce the font size. In my opinion, it'll look better.Β 

.wpforo-post-content h1.entry-title {
    font-size: 15px !important;
}
(@berndg)
Joined: 6 years ago

Reputable Member
Posts: 243

@sofy Thanks again, Sofy!