- This topic has 10 replies, 2 voices, and was last updated 2 years, 11 months ago by
Theme Horse Support Team.
-
AuthorPosts
-
February 28, 2022 at 10:31 am #97388
Destino Nzonzidi
ParticipantDear 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
March 1, 2022 at 6:13 pm #97429Theme Horse Support Team
KeymasterHi 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’
March 1, 2022 at 7:07 pm #97432Destino Nzonzidi
ParticipantPlease double check the codes, they do not look accurate. I pasted them and nothing changed
March 1, 2022 at 11:27 pm #97435Theme Horse Support Team
KeymasterSorry, we have made a minor change to the code. Please paste the updated code again.
Thanks
March 2, 2022 at 6:31 am #97446Destino Nzonzidi
ParticipantThe 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
March 3, 2022 at 12:25 am #97488Theme Horse Support Team
KeymasterPlease 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
March 3, 2022 at 8:06 am #97496Destino Nzonzidi
ParticipantPlease noted that, I used the code, but it is not working. Just my logo is now on the middle of the mobile screen
March 3, 2022 at 8:11 am #97498Destino Nzonzidi
ParticipantEven 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;
}
}March 5, 2022 at 10:08 pm #97581Theme Horse Support Team
KeymasterWe 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
March 5, 2022 at 10:27 pm #97583Destino Nzonzidi
ParticipantHow can I send you a screenshot? It is effective on the phone but that is not what I need.
March 8, 2022 at 7:17 pm #97688Theme Horse Support Team
KeymasterHi,
You can search for online image editing applications and you can mention here the links to them.Thanks
-
AuthorPosts
- You must be logged in to reply to this topic.