My client wants to use the Figero theme but has a wide logo. They want their logo to be 450px x 150px. I used the following custom css as posted in a different thread. .header-container .header .logo img { width: 450px; height: 150px; } Everything looks how they want it, except when it is on a mobile device. The logo sticks out further then the rest of the design. Is there anyway to put custom css or change the responsive css file to have a clean look on a mobile device for this size of logo. The link is http://lewescomputerservices.info/ Thanks!!!
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 480px){ .header-container .header .logo img { width: 100%; } } Thanks & Regards Gourav Shrivastava