Home Forums Free Themes Kids Education Logo size in header

Viewing 15 posts - 16 through 30 (of 32 total)
  • Author
    Posts
  • #98224
    teenytoon18
    Participant

    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

    #98225
    teenytoon18
    Participant

    Also 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

    #98258
    wensolutions
    Keymaster

    Hello,

    Please add below-given CSS.

    .site-logo {
        margin-top: 20px !important;
    }

    Hope this helps.

    Thank you.

    #98341
    teenytoon18
    Participant

    Sorry 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.

    #98358
    teenytoon18
    Participant

    I have worked out the ‘home’ issue but I would still appreciate some help on increasing my Teeny Toon logo within the cloud.
    Thanks

    #98359
    wensolutions
    Keymaster

    Hello,

    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.

    #99199
    ziko
    Participant

    Hello,

    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:

    https://teenytoon.xyz/

    #99241
    wensolutions
    Keymaster

    Hello @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.

    #99264
    ziko
    Participant

    Thank 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.

    #99268
    wensolutions
    Keymaster

    Hello @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.

    #99309
    ziko
    Participant

    Thank 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

    #99314
    wensolutions
    Keymaster

    Hello @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.

    #99325
    ziko
    Participant

    Good morning,

    unfortunately that did not bring the desired success.

    My JS code in the plugin:
    Screen

    and this is the result:

    http://www.spielmaeuse-wietzendorf.de

    Greetings

    #99328
    ziko
    Participant

    Hello,

    i’m wrong, it works fine!

    Thank you for your support!

    I’m happy!

    #99330
    wensolutions
    Keymaster

    Hello @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.

Viewing 15 posts - 16 through 30 (of 32 total)
  • You must be logged in to reply to this topic.