Public Ticket #3563420 How can I get the logo made a little smaller here but only here on the front page?? Closed
Comments 1René started the conversationJanuary 17, 2024 at 11:51am 2,610PenciDesign repliedJanuary 17, 2024 at 1:47pmHi,Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code: body.home .penci-header-wrap { position: relative; display: flex; flex-wrap: wrap; flex-direction: column;}body.home #navigation-sticky-wrapper { order: 2;}body.home #header { order: 1; margin-bottom: 0;}body.home .inner-header #logo img { max-height: 60px; width: auto;}Regards,PenciDesign. 1René repliedJanuary 17, 2024 at 1:57pmit only works on the front right?? it must work on all sides it only works on the side right??it must work on all pages and it must be centered after the logo the search button must be removedAnd logo one became much smaller 2,610PenciDesign repliedJanuary 17, 2024 at 3:30pmHi,The code I sent only working on the front page.Regards,PenciDesign. 1René repliedJanuary 17, 2024 at 3:33pmWhat about all my other questions?? Won't you just answer them too? and why only on the front page I have to have the menu down on all pages 2,610PenciDesign repliedJanuary 17, 2024 at 3:38pmHi,If you want to customize for all pages, please modify this CSS: .penci-header-wrap { position: relative; display: flex; flex-wrap: wrap; flex-direction: column; } #navigation-sticky-wrapper { order: 2; } #header { order: 1; margin-bottom: 0; } .inner-header #logo img { max-height: 60px; width: auto; }Regards,PenciDesign. Sign in to reply ...
Hi,
Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:
Regards,
PenciDesign.
it only works on the front right??
it must work on all sides
it only works on the side right??
it must work on all pages and it must be centered after the logo
the search button must be removed
And logo one became much smaller
Hi,
The code I sent only working on the front page.
Regards,
PenciDesign.
What about all my other questions?? Won't you just answer them too?
and why only on the front page
I have to have the menu down on all pages
Hi,
If you want to customize for all pages, please modify this CSS:
Regards,
PenciDesign.