Adjusting css to fit cart icon and header image
-
I have been playing with my masthead to make it responsive. The code below looks good in responsive view, but online the logo is stretched. Also there is a shopping cart icon to the right of the logo. If masthead image is 100%, the cart icon lays over the image and you can’t see it.
Can someone look at my page and firebug my code to see if there is a good solution to this? I am close, but not quite there. At least I found the 2 css codes to tweak – that’s big for me!
the page is at: https://tomscarcarecenter.comThe 2 pieces of css are:
#masthead {
background-color: #ffffff;
background-image: url(“https://tomscarcarecenter.com/wp-content/uploads/2014/08/logostrip2.jpg”);
background-repeat: no-repeat;
background-size: 100% auto !important;
}.row {
margin: 0 auto;
max-width: 95em;
width: 100%;
}
- The topic ‘Adjusting css to fit cart icon and header image’ is closed to new replies.