Jump to content

[solved] Problem with CSS


Recommended Posts

Hi everyone, I'm new to Prestashop, but loving it so far!

I've been customizing the Blackhawk theme and i've pretty much got everything how I want it... only one problem, I screwed something up with my CSS and now I seem to be "blocking" the content of some of my pages.

 

I'm not an advanced programmer and can't figure out how to correct the issue.

 

If you visit this page, you will see my issue - I can't click any of the links in the page and none of the text is selectable!

 

http://shockerworldw...&controller=cms

 

I've looked with Firebug and if I remove the "float: left" from the following code, the page works (but the alignment gets all screwed up!)

 

.container .column, .container .columns {
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;

 

Any help is greatly appreciated!

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