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
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?
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;
} Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it