I am using the Enfold theme and wanted to add a wider logo. I mad the new logo 250 X 88 since the height of the logo when the “Header with social icons and bottom” is selected is 88 according to my web inspector (learned from nick).
I added this to the Quick CSS:
.logo img {
height: auto;
width: 250px;
}
The logo works in safari, but the responsiveness has gone away. doesnt work on the ipad, or in google chrome.
Any suggestions?
Thx in advance.
sorry, tried to delete this and it didnt work…figured it out.