• Resolved emshu

    (@emshu)


    How to change the position of the logo? I like where my logo is , but how do I make it stay in the same position when I scroll down? It just follows my scrolling, not staying where it was at start. That also causes it to block some text.
    I hope you’ve understood my problem.
    My website is here:
    http://www.elektrovizija.lt

    Best regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there emshu,

    Hope you’re well today!

    You should first check if there is an option in theme settings to disable fixed navigation (I couldn’t find it). If there is none please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    #main-nav.fixed {
      position: relative;
    }

    This should stop your navigation from being fixed on the top when scrolling. Also if the code doesn’t work please keep it added and let me know so I can take a look.

    Hope this helps 🙂

    Cheers,
    Bojan

    Thread Starter emshu

    (@emshu)

    Thanks for your response. But I’ve changed the size of my logo, so now all is good and I have no more need to fix it. Thanks 😛

    Glad you managed to fix that 🙂

    Have a great day!

    Cheers,
    Bojan

    Hi,

    I have manage to incease header’s size, have not manage to increase logo size

    My website http://www.yashus.in

    Please help.

    Thanks
    Sujay

    Alexandra

    (@alexandrastan001)

    Hi,

    Unfortunately the theme doesn’t support this customisation and as much as I would love to help with some custom code, this is beyond the support offered for the free products, which consist in bug fixing and theme documentation.

    Best regards,
    Alexandra

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Please help (Logo)’ is closed to new replies.