logo width and click to call
-
As suggested from another post, I replaced line 670 with the following code in order for the logo to not be square shaped.
$logo_img = wp_get_attachment_image_src( $titan->getOption(‘logo_img’), ‘full’ )[0];
However, now the logo covers the three menu lines on right. How can I made the logo only take up 90% of the width instead of 100%? Secondly, if person clicks on logo, can I have it send them to another link?
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘logo width and click to call’ is closed to new replies.