• Resolved dionnagray

    (@dionnagray)


    Hello,

    I am trying to move the site title in my website to the right. I do not know if I need to shift the main menu first, or to simply move the site title. I also do not know the appropriate code to use. Thank you in advance for your help. The link to my site is simplyjess.com.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter dionnagray

    (@dionnagray)

    Also the theme I am using is Wootique.

    austinmcconnell

    (@austinmcconnell)

    Do you know how to edit the style.css sheet? One way would be to add a left margin to the logo. Something like this

    #logo{
         margin-left: 200px;
    }
    Thread Starter dionnagray

    (@dionnagray)

    Awesome! That worked! Thank you so much! In order to add the homepage video, I had to created a static homepage. However, I still want my recent posts to also be on the front page. How do I do that?

    austinmcconnell

    (@austinmcconnell)

    Hmm.. That kind of change will be specific to the theme you’re using. Unfortunately, I’m not familiar with Wootique. I suspect that particular change might involve a custom page template, but that’s just a guess.

    Perhaps review the Wootique documentation or ask for help from Woo support

    Sorry I couldn’t help with that customization. Glad the header fix worked! 🙂

    Thread Starter dionnagray

    (@dionnagray)

    Ok. Thanks! I actually used a plugin called Post to Page and it works great!

    I have another question about the logo however. So your code worked great, but if I toggle between minimizing and maximizing my screen, the logo will move. Also, when I look at it on my cell phone, the logo is on top of the menu. Is there a way to make it stationary? So that it will look the same regardless?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to move site title on my website’ is closed to new replies.