Home › Forums › Free Themes › Kids Education › Logo size in header
Tagged: logo size, page title location
- This topic has 31 replies, 5 voices, and was last updated 5 years, 5 months ago by wensolutions.
-
AuthorPosts
-
May 21, 2019 at 10:21 am #98224teenytoon18Participant
That was great thank you so much.
Can you also help me with the following, my homepage title (Home) is hidden behind the cloud background, even when I change it to no back ground?.
I am unable to change the location of it using WP.Thanks so much
May 21, 2019 at 10:36 am #98225teenytoon18ParticipantAlso I would like to make my logo inside the cloud bigger.
I have tried the two codes mentioned earlier in this thread.
Thank you so much.
This site has been a goldmine!Lucie
May 21, 2019 at 11:53 pm #98258wensolutionsKeymasterHello,
Please add below-given CSS.
.site-logo { margin-top: 20px !important; }
Hope this helps.
Thank you.
May 23, 2019 at 5:40 am #98341teenytoon18ParticipantSorry I don’t think I was clear.
The 2 issues I am having are:
1. When I look at my website on a mobile, the title ‘Home’ page is partially hidden at the top, is there a way to move this down? I cannot do it via wp.
2. I would like to increase the size of my Teeny Toon logo in the cloud, is this possible?
Thank you so much, this really is a fantastic resource.
May 23, 2019 at 7:06 am #98358teenytoon18ParticipantI have worked out the ‘home’ issue but I would still appreciate some help on increasing my Teeny Toon logo within the cloud.
ThanksMay 23, 2019 at 7:22 am #98359wensolutionsKeymasterHello,
Please add below given CSS.
@media screen and (max-width: 421px){ article .entry-header, article .entry-content { padding-top: 20px; } } .is-sticky .site-logo { width: 100%; }
Hope this helps.
Thank you.
June 3, 2019 at 9:05 am #99199zikoParticipantHello,
first I would like to say that the support in this topic was already very helpful!
I have another question about the header.
It scrolls first, then disappears briefly, reappears and then it is sticky.
I would like to sticky it from the beginning as on this Website:June 4, 2019 at 12:16 am #99241wensolutionsKeymasterHello @ziko,
When we inspected your site URL we found that the menu is sticky and does not disappear as you can see in the screen record below:
https://www.loom.com/share/d3db13cab70542d5b59310c164ba8074
So hope everything is working fine.
Let us know if you have any issues further.
Thank you.
June 4, 2019 at 1:58 am #99264zikoParticipantThank you for your prompt reply.
Sorry I’m wrong. The website I posted was not mine but an example of how I would like my website.
June 4, 2019 at 2:22 am #99268wensolutionsKeymasterHello @ziko,
So can you please provide your site URL so that we can inspect the issue further and help you?
Also, in the meanwhile please check if the issue is caused by the conflict with any third party plugin. Deactivate them one by one and verify the issue.
Thank you.
June 4, 2019 at 3:10 pm #99309zikoParticipantThank you for your reply!
So here are the URL to my website:
http://www.spielmaeuse-wietzendorf.de/
I want no movement on the header when I scroll down like this:
for example – https://teenytoon.xyz/
All plugins are disabled.
Greetings
June 5, 2019 at 12:00 am #99314wensolutionsKeymasterHello @ziko,
To fix the issue please add below given JS.
For this you can activate the third party plugin such as given below:
https://wordpress.org/plugins/custom-css-js/
After the activation of the plugin add below given JS code.
jQuery('#masthead').css('position', 'fixed').removeClass('sticky-menu translate-header is-sticky');
Hope this helps.
Thank you.
June 5, 2019 at 12:54 am #99325zikoParticipantGood morning,
unfortunately that did not bring the desired success.
My JS code in the plugin:
and this is the result:
http://www.spielmaeuse-wietzendorf.de
Greetings
June 5, 2019 at 2:00 am #99328zikoParticipantHello,
i’m wrong, it works fine!
Thank you for your support!
I’m happy!
June 5, 2019 at 2:07 am #99330wensolutionsKeymasterHello @ziko,
When we tested your site URL, every thing seems fine as you can see in the screen record below:
https://wordpress.org/support/plugin/wp-travel/reviews/
The issue may have raised due to the cache. So please properly clear the cache and verify the issue.
Thank you.
-
AuthorPosts
- You must be logged in to reply to this topic.