- Acme Themes

Best Premium and Free WordPress Themes Forums WeblogPro Logo with Hyperlink Reply To: Logo with Hyperlink

#17464
acmethemes
Keymaster

Hello Ricardo,
Please add the below CSS to make the image of logo full. If you need more sticky on left and right, it need customization because we need to change the whole structure of the theme. so, it need theme customization.

.site-logo img {
    width: 100% !important;
}

If you want to make logo clickable with the other custom URL, you need to edit the codes. You can find the codes on acmethemes/hooks/header.php Find the logo section and in case of home_url() you need to write your own custom link there. Hope, this will solve your problem.

Let us know the results.

Regards