Use this extension: viewtopic.php?t=2295056Windows-Club wrote:how can I make the banner across the full width
Code: Select all
.headerbar {
background-image: url("./images/header_green.png") ;
}
Can anyone help here?..777.. wrote:Dear Aero style maker, many thanks for this wonderful style.
Can you please direct me on how to remove the joined date in the posting profile? Thank you so much for your time.
Find and remove in viewtopic_body.html..777.. wrote:Can anyone help here?..777.. wrote:Dear Aero style maker, many thanks for this wonderful style.
Can you please direct me on how to remove the joined date in the posting profile? Thank you so much for your time.
Code: Select all
<!-- IF postrow.POSTER_JOINED --><dd class="profile-joined"><strong>{L_JOINED}{L_COLON}</strong> {postrow.POSTER_JOINED}</dd><!-- ENDIF -->
Try that: viewtopic.php?f=476&t=2269886&start=195#p14233366Chimitox wrote:Hello!!
I've installed this new version 3.1.6 and wish to modify the logo of the forum.
So now what I have :
http://i3.photobucket.com/albums/y71/ch ... .58.18.png
And would it look complete and well framed like this:
http://i3.photobucket.com/albums/y71/ch ... .58.34.png
Excuse me for my bad english.
And is there any way for the forum not resize the browser size and stay in a size of my choice?
Thank you!!
Cant help without a link to the site.Chimitox wrote:Hello!!
I've installed this new version 3.1.6 and wish to modify the logo of the forum.
In common.cssChimitox wrote:And is there any way for the forum not resize the browser size and stay in a size of my choice?
Thank you!!
Code: Select all
#wrap {
margin: 0 auto;
max-width: 1152px;
min-width: 625px;
padding: 0 15px;
}