Logo Size - Question | JoomShaper

Logo Size

GIURI GROUP SRL

GIURI GROUP SRL

SP Page Builder 19 hours ago

I would like to enlarge the logo size. How can I do it?

https://www.gratteriservizi.it/

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 hours ago #232765

Ciao.

In that template you have to use Custom CSS to correct that.

Example:

#sp-header .logo {margin-right: 0;}
body.predefined-header1 #sp-header {padding: 30px 20px 100px 30px;}
.logo-image {height: auto !important;}

after using it

info__541.png

0