badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Need my Logo to the left of my title , Thanks in advance for your help.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #93299
    hird419
    Participant

    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!

    #93324
    hird419
    Participant

    Request you to please help !

    #93325
    hird419
    Participant

    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 !

    #93388

    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

    #93468
    hird419
    Participant

    Thanks a lot for your reply !

    #93475

    Welcome anytime @hird419

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.