Home › Forums › Jevelin Theme › Light header + title bar
Home › Forums › Jevelin Theme › Light header + title bar
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!
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
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?
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; }