Hi,
Please let me know how to remove the padding of the logo (top and bottom).
infocubic Try add this to custom.css file and adjust margins value accordingly :
#s5_logo_wrap{margin-top: 25px !important;margin-bottom: 55px !important;}
Kindly ensure to clear your browser cache if changes dont reflect
aman204 Thanks, I have adjusted the margin. Can you let me know how can I align the logo to center?
infocubic Try to add the following custom css code:
#s5_logo_wrap { float: none; text-align: center; }
Cheers Joshua
Joshua-M
I have added the code but did not aligned to center..
infocubic Unable to see CSS code added as suggested.
Can you add your admin details in edit fields in order for us to take closer look. For reference, You can follow thread post (5 point) procedure.
aman204
I have updated admin details
I've changed your code into:
#s5_logo_wrap { float: none!important; text-align: center; }
it should be fine now.