MyBB Community Forums

Full Version: How to?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using Royal Dust theme skin as my default skin..

I need to either expand one part or reduce a part.

[attachment=31950]

On the above shot you'll see the arrow going top to bottom, this needs to be increased to allow for the Banner, or the other arrow shows the banner overlapping, maybe I could reduce that part..

Any ideas..

Thanks

Ron..
Giving a url to the website will help get the support request solved quicker
(2014-07-16, 06:32 PM)fma965 Wrote: [ -> ]Giving a url to the website will help get the support request solved quicker

http://www.coffeetimeunlimited.net/index.php

We may trying stretching the banner some, to see if that'll help.

Thanks

Ron..
if you add
margin-bottom: 4px;
to the img it will work but wouldn't it be easier to just resize the image a few pixels

EDIT: i'm pretty sure there is a easier way to do it but my brain is used up sorry.
(2014-07-16, 06:57 PM)fma965 Wrote: [ -> ]if you add
margin-bottom: 4px;
to the img it will work but wouldn't it be easier to just resize the image a few pixels

EDIT: i'm pretty sure there is a easier way to do it but my brain is used up sorry.

Probably resize the image..would be best.

I'd love to learn more on skinning

Thanks..

Ron..
in global.css there is a unneccessary attribute for #panel (margin-top: -4px) which is causing the image to overlap.. remove that and everything will be fine...
Worked like a charm..
Thank you for the response.

Ron..

Solved