This topic contains 1 reply, has 2 voices, and was last updated by 7Theme Support 3 years ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Home › Forums › Theme support › Size of Logo with shortcode
This topic contains 1 reply, has 2 voices, and was last updated by 7Theme Support 3 years ago.
Hi
We use several themes of you and use the shortcode [logo] which shows the logo.
Is it possible to set the size with the shortcode? Because, we do not want it always in the same size.
Thanks very much.
Best regards
Mike
Hi Mike,
no, I’m sorry, the shortcode returns only an image tag with the URL of the logo. But it’s very easy to change the size, just wrap the shortcode with a div + inline style, i.e.
<div style="max-width:300px">
[logo]
</div>
You must be logged in to reply to this topic.