Align logo

Home Forums Jevelin Theme Align logo

Home Forums Jevelin Theme Align logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • brank87
    Participant

    Hey guys,

    how can I align my logo to the left? I just added an extra menu item making the logo jump to the next line (see screenshot).

     

    Thanks!

     

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

    Solution for this topic

    Hi @brank87,

     

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

     

    You can increase its width 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 .container {
        max-width: 98% !important;
        width: 100% !important;
    }

    Best regards,
    Shufflehound team

    brank87
    Participant

    Thank you so much. Super helpful!

    You are most welcome here 🙂

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