Jump to content

css border radius breaks on google chrome


Recommended Posts

Hi fred thanks for answering and checking this out, i added the code you gave but border-radius lines still break on my product images when using google chrome here's my css code ::

/* product style */
.product-block {
  position: relative;
  overflow: hidden;
  margin: 10 px;
  background: white;
  padding: 0 px;
  border: 1px solid !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
   -webkit-border-radius: 11 px;  <added
  -moz-border-radius: 11 px;      <added
  border-radius: 11 px;
}

Edited by David Dotou (see edit history)
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...