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*

I’m having Logo alignment problem in NewsCard theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #92561
    hilalcografyasi
    Participant

    Hello my dear friends,
    I created a news site in wordpress with NewsCard theme,
    At one point I couldn’t continue,
    https://hilalcografyasi.com/ this is my site,
    The logo of my site is aligned to the left, but I want it to be in the center, not on the right, not on the left, I could not find a title called logo in the style.css codes, how can I solve this problem, thank you very much in advance for your answer.

    #92598

    Hi hilalcografyasi,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .navbar-head-row {
    	-ms-flex-pack: center;
    	justify-content: center;
    	-ms-flex-direction: column;
    	flex-direction: column;
    }

    Thanks

    #94819
    Camy M.
    Participant

    Thank you, this worked for desktop view but not for mobile, can you please post one for mobile.

    #94856

    Hi,

    Please add the below Custom Code also to work well on mobile view.

    .navbar-brand {
    	width: 100%;
    	max-width: 350px;
    	margin-left: auto;
    	margin-right: auto;
    	display: block;
    }

    Thanks

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