Home Forums Theme support Size of Logo with shortcode

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 5 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • 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>
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.