Not possible in phpBB as far as I know...Zaishen wrote:nice theme, but i would like to sugest to hide that „0” on notifications and new messages, make them apear only when u get new notification and messages
Unfortunately it's hard to say what the problem is without seeing your code or pics.testingground wrote:I have put a large image at the top header.
It works fine on a desktop and disappears on a mobile, but on a tablet the image isnt resizing so it hangs off the side of the page.
Is there anyway to fix this please?
Thanks, and great work!
You would have to assign a width % to the image for it to be responsive.testingground wrote:Here is my forum on tablet view.
You can see the header image overlaps the page.
I replaced the site_logo image and resized in common css to my new image.
Code: Select all
imageset.site_logo {
background-image: url("./images/parcels.gif");
padding-left: 1080px;
padding-top: 155px;
In common.csstestingground wrote:This is what I changed:
imageset.css
My logo is 1100px x 150Code: Select all
imageset.site_logo { background-image: url("./images/parcels.gif"); padding-left: 1080px; padding-top: 155px;
On a smartphone the logo disappears which is fine, but on an ipad or tablet the logo hangs over the edge.
This is really spoiling the forum appearance so I hope something can be done.
Code: Select all
#site-description {
float: left;
width: 100%;
}
Code: Select all
padding-left: 100%;