Light header + title bar

Home Forums Jevelin Theme Light header + title bar

Home Forums Jevelin Theme Light header + title bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • Lonartorg
    Participant

    I have tried to look for a solution in the forum but I haven’ t been successful. How can I reduce the height of the banner on the header when the format is light header + titlebar? And for the breadcrumbs, is it possible to move them at the top right of the block? Many thanks!

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

    Hi @Lonartorg,

     

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

     

    It seems your shared screenshot didn’t get uploaded properly so could you please share it again?

     

    Also could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    Lonartorg
    Participant

    Sorry – please find screenshot attached again.

     

    Thanks!

    Rocio

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

    We can achieve this developing custom CSS code.

    Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

    Lonartorg
    Participant

    Hi this is the URL: http://www.whoisyourshero.com/events/

     

    Thanks!

    You can achieve it 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

     

    #page-container .sh-titlebar-light #breadcrumbs {
        text-align: right;
    }
    
    #page-container .sh-titlebar-light .sh-table {
        padding: 90px 0;
    }
Viewing 6 posts - 1 through 6 (of 6 total)