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="Alam" data-source="post: 210686" data-attributes="member: 4147"><p>Replace the height of your title with this code, you can keep adding on padding if it's needed but it's a more styled way for content inside your header to fit in properly. </p><p>[CODE]padding-top:30px;</p><p>padding-bottom:30px;[/CODE]</p><p> </p><p>Also, I wouldn't recommend using top:0, and such. just use CSS reset for standard settings and it's quite easier and less messy.</p><p> </p><p>Copy & paste this to your CSS stylesheet</p><p><a href="http://meyerweb.com/eric/tools/css/reset/" target="_blank">http://meyerweb.com/eric/tools/css/reset</a>/</p><p> </p><p>It would automatically set headers and such to the top.</p></blockquote><p></p>
[QUOTE="Alam, post: 210686, member: 4147"] Replace the height of your title with this code, you can keep adding on padding if it's needed but it's a more styled way for content inside your header to fit in properly. [CODE]padding-top:30px; padding-bottom:30px;[/CODE] Also, I wouldn't recommend using top:0, and such. just use CSS reset for standard settings and it's quite easier and less messy. Copy & paste this to your CSS stylesheet [URL='http://meyerweb.com/eric/tools/css/reset/']http://meyerweb.com/eric/tools/css/reset[/URL]/ It would automatically set headers and such to the top. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
How Can i make my paddling thinner?
Top