Jump to content

updates css homeslider module


andrewcollinson

Recommended Posts

im sort of confused.

 

Ive updated my css homeslider. Float left to right. Saved my file and it hasnt updated on prestashop. Ive tried advance/performance and force compilation Cache NO and its still hasnt updated. Is there anything im doing wrong on this ?

 

From

 

#homepage-slider {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 14px;
  width: 66.6%;
  max-width: 779px;
  max-height: 448px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  float: leftt; }
  @media (max-width: 767px) {

 

To

 

#homepage-slider {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 14px;
  width: 66.6%;
  max-width: 779px;
  max-height: 448px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  float: right; }
  @media (max-width: 767px) {

 

 

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