Topic: Remove Warning Box in PM
Is there any way I can remove this warning box?
It's a local forum for users to contact each other, this message is too loud and I don't need it.
You are not logged in. Please login or register.
PunBB Forums → Discussions → Remove Warning Box in PM
Is there any way I can remove this warning box?
It's a local forum for users to contact each other, this message is too loud and I don't need it.
#brd-formemail .warn-box {
display: none;
}
add to the end of the css file (..min.css).
Ahh, I see exactly where I can do that.
I'm new to PunBB and learning more everyday.
With that tidbit of information I have figured out how to hide pretty much anything using CSS
@Visman, you are a gem, thank you so very much for helping me with this.
I'm also trying to increase the width of the last post column on the main index page and found this:
https://punbb.info/t-1199.html
I have no idea how to do any of that, is there not a simpler way to increase the width of that column by about 25% ?
I find that a lot of the topics are being changed to 2 lines there because of the long titles. I have short forum descriptions so the space could easily be used from there.
Find
.main-content .main-item {
padding-right: 35em;
padding-left: 3.75em;
}
and
.main-content .main-item ul {
width: 34em;
right: -35em;
margin-left: -34em;
}
Edit to preserve equality:
.main-content .main-item -> padding-righ == - .main-content .main-item ul -> right
I found those in css but have no idea what values to change them to.
So if I want to make that last column 25% bigger
What value would I put into your previous post?
See mine needs to be bigger
Open the developer tools (F12) in your browser and edit the css of the necessary elements in real time.
PunBB Forums → Discussions → Remove Warning Box in PM
Powered by PunBB, supported by Informer Technologies, Inc.