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*

Post Title Size, resize Logo and make it in the middle on mobile phone

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #97388
    Destino Nzonzidi
    Participant

    Dear Theme Horse Support

    Please assist me with the following

    1. How to resize the logo?

    2. I need my logo to be on the middle of the screen on mobile phone not on the corner as it is now.

    3. I also need to be able to resize my post title when I see it it is to big. Resize it individually.

    Please help me

    https://www.kinzonzi.net/

    #97429

    Hi Destino Nzonzidi,

    You can upload the logo of the exact size you want or reduce the size through Custom CSS code then please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .navbar-brand {
    	max-width: 250px;
    }

    To make the header content center please go to the same Additional CSS field as mentioned before and paste the below Custom CSS code.

    @media (max-width: 991px) {	
    	.navbar-head .navbar-head-row {
    		flex-direction: column;
    	}
    	.navbar-head .navbar-head-row > * {
    		width: auto;
    	}
    }

    To change the size of the Post Title please go to ‘Appearance > Customize > Typography > Font Size’ and change the size of ‘Post/Page Title’

    #97432
    Destino Nzonzidi
    Participant

    Please double check the codes, they do not look accurate. I pasted them and nothing changed

    #97435

    Sorry, we have made a minor change to the code. Please paste the updated code again.

    Thanks

    #97446
    Destino Nzonzidi
    Participant

    The logo is now in the middle as I required. Thank you for that

    But, post; text and title alignment is not changed. I want my content text to Align in middle not on left as it is now. And also able to resize logo/identity from the website

    #97488

    Please paste the below Custom CSS code to the ‘Additional CSS’ Field.

    @media (max-width: 991px) {
    	.single-post .site-main .entry-header,
    	.single-post .site-main .entry-content p {
    		text-align: center;
    	}
    }

    You can change the value of size for the logo on the previous code that we provided before.

    Thanks

    #97496
    Destino Nzonzidi
    Participant

    Please noted that, I used the code, but it is not working. Just my logo is now on the middle of the mobile screen

    #97498
    Destino Nzonzidi
    Participant

    Even this code is not working


    @media
    (max-width: 991px) {
    .single-post .site-main .entry-header,
    .single-post .site-main .entry-content p {
    text-align: center;
    }
    }

    #97581

    We have rechecked the code and it’s working very well.

    Note: that the provided code is to work only for mobile view below 991px width. The content is made center for each Post single page/post template.

    Please let us know if you were expecting any other changes.

    Thanks

    #97583
    Destino Nzonzidi
    Participant

    How can I send you a screenshot? It is effective on the phone but that is not what I need.

    #97688

    Hi,
    You can search for online image editing applications and you can mention here the links to them.

    Thanks

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