The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
How would that be written for the additional .css?
Code:
.logo-image, { Max-width: 100% !important; height: auto !important; } I have reduced the three images to one..... What would be the best size to make the image itself? |
#22
|
||||
|
||||
One large image is not suitable for header as we don't know what screen resolution a user is using whilst browsing a site.
At the moment you have horizontal scroll bar at your site even at 1920 px resolution. That is due to large image and some html tabs not closed properly. --- Best solution I think is .. - Make two images - Float one image to left - Other image to right And use media queries to resize them according to browser size. |
#23
|
|||
|
|||
I will certainly do that. I do have a couple of questions and sorry for all of the ????s
How do I discern which image is which as far as writing the .css? How do I write the media .css? I'm feeling dumber and dumber as we go....LOL |
#24
|
||||
|
||||
I will see if I can hack something out for you tomorrow.
|
#25
|
|||
|
|||
I do appreciate all of the help. The other thing I don't know how to do is to add additional images or text to the header.
|
#26
|
||||
|
||||
My Man do this ...
Leave your logo at a size of about 315x125 ... use this for your logo ... its hosted on my site for now , just right click and save it and then add it as your logo ... https://www.cagclan.com/teamm14/m14brforums-logo.png in your additional.css template add this: Code:
.above_body { background: #406754 url("https://www.cagclan.com/teamm14/m14brforums-header.png") repeat-x scroll 0 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; margin: 0 0 10px; padding: 0; } https://www.cagclan.com/teamm14/m14brforums-header.png That will allow you to add an image how ever you like it to your header ... you can modify it using photoshop to your liking ... --------------- Added [DATE]1437980950[/DATE] at [TIME]1437980950[/TIME] --------------- This is how it looks with the images added.... |
#27
|
|||
|
|||
Thanks for your suggestions. Seven Skins is working something up for me at the moment as well as working on another issue of mine.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|