Jump to content

HELP! I need help in figuring out whats wrong with my website!


RussellB

Recommended Posts

I just built out a website for a client using a template from egrappler.com and I have encountered a spacing issue that I cant figure out for the life of me. For some reason, my image slider has been pushed to the right by 40px and I cant figure out why or how.

 

Here is how it is supposed to look:

http://screencast.com/t/pKQAAHEge

 

Here is how it looks:

http://screencast.com/t/TYkLqNWkp

 

The URL is http://www.casablancapm.com

 

Any help on this is GREATLY apreciated! It's driving me CRAZY!

post-167165-0-50110100-1381533544_thumb.png

post-167165-0-46678100-1381533645_thumb.png

Link to comment
Share on other sites

The <ul> that is containing those slides has a default padding that you need to reset. Just add padding: 0; to it.

It looks like its already set to 0 in my CSS on line 990. Can you tell me what line to add it to?

Edited by RussellB
Link to comment
Share on other sites

I see parse error at the very beginning of your style.css file.

* ====================================================================================================== GENERAL TYPOGRAPHY=======================================================================================================*/

Frist line is missing a forward slash / that should be right before the first asterisk.

 

That should solve your problem. However, you should run it thru a css validator for other errors that may be giving you problems.

Edited by newseed
  • Like 1
Link to comment
Share on other sites

I see parse error at the very beginning of your style.css file.

* ====================================================================================================== GENERAL TYPOGRAPHY=======================================================================================================*/

Frist line is missing a forward slash / that should be right before the first asterisk.

 

That should solve your problem. However, you should run it thru a css validator for other errors that may be giving you problems.

YOU ARE AWESOME! IT WORKED!!!!

 

THANK YOU!

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...