Tagged: Site title logo side by side
First of all thanks in advance for your inputs and help.
This is my site https://www.mydailystar.com/
As you can see the logo is on top and size of the logo is also big.
Can you please move logo to left of my site title. Need to be Centre aligned.
The logo size should be same size of my title.
Thanks again!
Request you to please help !
As you can see my logo is on top of the title .How to move the logo to left of the title. Both centre aligned.
https://www.mydailystar.com/
Thanks for your inputs in advance !
Hi Hird419,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.navbar-head-row col-lg-4 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: center; } .navbar-head-row .navbar-brand { display: inline-block; position: relative; padding-left: 110px; } .navbar-head-row .custom-logo-link { position: absolute; top: 50%; left: -55px; width: 185px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); } .site-title, .site-description { text-align: left; }
Thanks
Thanks a lot for your reply !
Welcome anytime @hird419