Notifications
Clear all

wpForo 1.x.x [Closed] Margin,header image and the menu.

9 Posts
2 Users
1 Reactions
1,352 Views
Posts: 10
Topic starter
(@gamayun)
Active Member
Joined: 4 years ago

Hello, I'm having some problems with the margin, I would like to add them to my forum.
I used a css code that I got here on the forum and it worked until an update.
Now the forum has no margin and is in full screen.
Im using the Fullwidth Page Templates plugin. Without it, the top image of the main page (header image and the menu) of the site appears on the forum and the forum is very small on the page. I don't know how to change that 🙁 .
https://defesacritica.com.br/forum/

8 Replies
Posts: 10
Topic starter
(@gamayun)
Active Member
Joined: 4 years ago

With Fullwidth Page Templates plugin:

7 Replies
Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1867

@gamayun.

Please put the following CSS code in Dashboard > Forums > Settings > Styles > admin page  "Custom CSS Code" textarea and check again:

#wpforo #wpforo-wrap .wpforo-main {
    padding: 0 3%;
}
#wpforo #wpforo-wrap .wpforo-subtop {
    padding: 0 3%;
}

In any case please don't forget to delete all caches and press CTRL+F5(twice) before checking.

(@gamayun)
Joined: 4 years ago

Active Member
Posts: 10

@alvina Thanks, worked for me! How do i remove  the top image of the main page (header image and the menu) of the site on the forum page?

Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1867

@gamayun,

Please use the following CSS code to hide the header image:

.wp-block-image {
display: none;
}

Try the following one to hide the forum menu:

#wpforo #wpforo-wrap #wpforo-menu {
display: none;
}
(@gamayun)
Joined: 4 years ago

Active Member
Posts: 10

@alvina thanks but im talking about this:

 

Without the "Fullwidth Page Templates" my forum looks like this in the attach file.

Is there any way for me to remove this template and that bar above and the website menu, as well as the duplicity of the image and keep the layout as it is now?

Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1867

@gamayun,

Without the "Fullwidth Page Templates" my forum looks like this in the attach file.

Please switch on the non Fullwidth template and let us know to allow us to check it.

Also, please leave the screenshot on exactly what you want to remove.

(@gamayun)
Joined: 4 years ago

Active Member
Posts: 10

@alvina I want to remove the menu and the image circled in red, but only from the forum page. These menus and this photo are from the website, not the forum

 

In this screenshot the ""Fullwidth Page Templates" is deactivated. the margin gets huge when I do this

Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1867

@gamayun,

See how it display in our case. Please make sure you correctly deactivate the Fullwidth Page Templates to allow us to check it.
Screenshot below:  https://www.screencast.com/t/GEWhOZ044v