cant resize SVG logo

Home Forums Jevelin Theme cant resize SVG logo

Home Forums Jevelin Theme cant resize SVG logo

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • capomf
    Participant

    Hello, i have buy Jevelin Theme , and i uploaded from Visual Composer my SVG Logo, but its too big , Jevelin not support SVG Logo or what ?

    Or can u tell me please how can i edit size with code ?

    Thank you.

    Attachments:
    You must be logged in to view attached files.

    Hi @capomf,

     

    I hope you are well today and thank you for your question.

     

    Yes, you have added too much large logo image and it also contains blank empty space around the logo name.

     

    You can reduce its size by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-header-builder-logo img {
        max-width: 200px;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)