andrewcollinson Posted March 19, 2014 Share Posted March 19, 2014 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 More sharing options...
math_php Posted March 20, 2014 Share Posted March 20, 2014 Hi, Also look int theme/modules/homeslider/ if the css file is present. Perhaps your active theme is already replacing your new css Regards Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now