Notifications
Clear all

wpForo 1.x.x [Closed] Slight changes to my forum

7 Posts
3 Users
0 Likes
649 Views
Posts: 5
Topic starter
(@marios)
Active Member
Joined: 2 years ago

Hello,

I attach a photo with some slight problems that I have with my forum.

Is there a way to make the pagination look better?

And the search button has moved slightly down and i don't know how to fix this.

Thanks,

Marios

6 Replies
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

Hi @marios,

Cant find the Forum page, please provide a URL.

Posts: 5
Topic starter
(@marios)
Active Member
Joined: 2 years ago

I did provide my Url, but here it is again:

https://perceptions.aditess.com/

4 Replies
dimalifragis
(@dimalifragis)
Joined: 4 years ago

Famed Member
Posts: 2554
Posted by: @marios

I did provide my Url, but here it is again:

https://perceptions.aditess.com/

No, this is a login page, you are asked for the FORUM PAGE.

 

(@marios)
Joined: 2 years ago

Active Member
Posts: 5

@dimalifragis Sorry my bad I had site to be accessible only to logged in users. The link now works

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@marios,

Insert the below CSS in Custom CSS Codes Field From Dashboard > Forums > Settings > Styles Tab:

#wpforo #wpforo-wrap .wpforo-right-sidebar #wpf-widget-search .wpforo-widget-content form {
    display: flex;
}

#wpforo #wpforo-wrap .wpforo-content .wpf-navi.wpf-navi-topic-top .wpf-navi-wrap {
    display: flex;
    justify-content: flex-end;
}
#wpforo #wpforo-wrap .wpforo-content .wpf-navi.wpf-navi-topic-top .wpf-navi-wrap span {
    line-height: unset
}

#wpforo #wpforo-wrap .wpforo-content .wpf-navi.wpf-navi-topic-top .wpf-navi-wrap select.wpf-navi-dropdown.custom-select {
    width: 40px !important;
    height: 24px !important;
    padding: 0px 5px !important;
    margin: 0px 2px !important;
}

I guess your theme is the problem maker, before using this CSS, try changing the theme.

(@marios)
Joined: 2 years ago

Active Member
Posts: 5

@chris Thanks yes the theme seems to be the error. I will try to fix this