• Resolved lindseycotler

    (@lindseycotler)


    I tried to update my CSS for my site: http://www.lccomicrelief.com with:
    ‘.round-div {
    border: 104px solid #FAFAFA;
    border-radius: 0px;
    display: block;
    height: 170px;
    left: -54px;
    position: absolute;
    top: -66px;
    transition: all 0.3s ease 0s;
    width: 170px;
    z-index: 99;
    }’

    and that makes the circles squares in Google Chrome, but it still shows up as circles in Firefox. Anyone know the difference the browser makes?

Viewing 1 replies (of 1 total)
  • Thread Starter lindseycotler

    (@lindseycotler)

    Found the issue. The style code had a bad double quote. It was understood by Chrome, but firefox treated everything after it as a comment.

Viewing 1 replies (of 1 total)
  • The topic ‘Featured image: circle to square using Customizr’ is closed to new replies.