Not urgent, only a ...
 
Notifications
Clear all

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

5 Posts
2 Users
2 Reactions
618 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: 4878
 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: 4878

@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!