Jump to content

Website help required - heading not displaying


bize

Recommended Posts

Hi I have created a website breesautomotive.com.au and had a heading displayed under the images of the cars with the phone number and address. I played around with the code and now the heading will not display. I can see the code for the heading however it will not display the heading page. Any assistance will be greatly appreciated.

Link to comment
Share on other sites

Hi this is my code... <div id="slider"> <div id="slideshow"><ul class="bjqs"> <li><a href="http://www.breesautomotive.com.au/brees-automotive/"><img width="930" height="269" src="http://www.breesautomotive.com.au/wp-content/uploads/2013/01/breesauto-header.jpg" class="attachment-slide-thumb wp-post-image" alt="breesauto-header" /><div class="post-slide"><h2>.</h2><p>.</p></div></a></li> </ul></div> </div> <h1 id="heading">2B/18 MACHINERY DRIVE, TWEED HEADS SOUTH - 5524 4857</h1>

Link to comment
Share on other sites

  • 2 weeks later...

I analyzed your website and found out that some unwanted spaces has covered your heading.So this is wait I came up with: /*Edited*/#heading {

  • font-size: 33px;
  • margin: 0 0 20px;
  • text-align: center;
  • text-transform: uppercase;
  • color: #000000;
  • line-height: 160px;/*Try working with different values.It works*/

}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...