Hi there, My logo on my site deliahairdesign.com is too big and forces the user to scroll down the page each time. Should I upload a smaller jpg or do I change the dimensions (221 x 84) within the program? Thanks, Rupanm
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header .logo img { width: 50%; } Adjust its value as per your requirements.
Thanks Gourav, that has solved the size, but now it is smaller it sits too far to the left , is there a way to position it back in the middle please? Rupanm
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header .logo img { margin-left: 180px; } Adjust its value as per your requirements.