Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
How Can i make my paddling thinner?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Sysode" data-source="post: 210647" data-attributes="member: 25453"><p>Like Mark just said, as he beat me to posting it, provide a height for you .title attribute. </p><p> </p><p>Try something like this</p><p> </p><p>[CODE].title{</p><p>height:80px;</p><p>width:100%;</p><p>background-color: #000000;</p><p>align:center;</p><p>border-radius: 2px;[/CODE]</p><p> </p><p>Notice how the padding has gone and you now have a <strong>fixed </strong>height that will stay the same unless you add padding. Width is 100% so that at every screen resolution it goes across the entire width of the screen. Also, play around with the height to suit your needs.</p><p> </p><p>Hope this helps, if not just ask again.</p></blockquote><p></p>
[QUOTE="Sysode, post: 210647, member: 25453"] Like Mark just said, as he beat me to posting it, provide a height for you .title attribute. Try something like this [CODE].title{ height:80px; width:100%; background-color: #000000; align:center; border-radius: 2px;[/CODE] Notice how the padding has gone and you now have a [B]fixed [/B]height that will stay the same unless you add padding. Width is 100% so that at every screen resolution it goes across the entire width of the screen. Also, play around with the height to suit your needs. Hope this helps, if not just ask again. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
How Can i make my paddling thinner?
Top