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*

Changing arrangement of header

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #66855

    Hi @kleinebrummel,

    Can you please share us your site Url with logo so that we can provide you the appropriate css codes related to your logo.

    Thanks

    #66857
    marc
    Participant

    Hi,

    Thanks for the quick reply.

    it is currently under https://tvverl-tischtennis.de/tv-test

    #66897

    Hi @kleinebrummel,

    please go to the Appearance > Customizer > Additional CSS and paste below custom css code:

    .navbar-brand {
    	padding-left: 80px;
    	position: relative;
    }
    .custom-logo-link {
    	width: 70px;
    	position: absolute;
    	left: 0;
    	top: 50%;
    	transform: translateY(-50%);
     	-webkit-transform: translateY(-50%);
    	-moz-transform: translateY(-50%);
    }
    @media (max-width: 767px) {
    	.navbar-brand {
    		padding-left: 70px;
    	}
    	.custom-logo-link {
    		width: 60px;
    	}
    }
    @media (max-width: 575px) {
    	.navbar-brand {
    		padding-left: 60px;
    	}
    	.custom-logo-link {
    		width: 50px;
    	}
    }

    Let us know if you have any other queries regarding the theme.

    Thanks

    #67139
    marc
    Participant

    Thank you for the quick reply!

    It worked like a charm.

    #67277

    Welcome anytime @kleinebrummel

    Could you also please help us rating this theme in WordPress Repository here.

    We really appreciate your rating.

    Thank you for using our theme.

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