Home Forums Total background-position: right; center;

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4848
    dingaling
    Participant

    This code doesn’t make sense does it?

    background-position: right; center;

    I assume the first semi-colon should be removed.

    ie: background-position: right center;

    #4857
    Hash
    Keymaster

    Yes, the first one is wrong. Where did you find it?

    #4859
    dingaling
    Participant

    In http://demo.hashthemes.com/total/wp-content/themes/total/style.css it’s line 480.

    Within this section

    select {
    	border: 1px solid #EEE;
        height: 40px;
    	padding: 3px 40px 3px 8px;
    	background-color: transparent;
    	line-height: 100%;
    	outline: 0;
    	background-image: url("images/arrow.png");
    	background-position: right; center;
    	background-repeat: no-repeat;
    	position: relative;
    	cursor: pointer;
    	-webkit-appearance: none;
    	-moz-appearance: none;
    }
    • This reply was modified 5 years, 10 months ago by Hash.
    #4862
    Hash
    Keymaster

    Thanks for pointing out. We will fix it in now next update for sure.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.