Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #240246
    coachnancyk
    Participant

    Hi, hope you are all safe and feeling as much peace and ease as possible. Can you please tell me how to move my title and tag line to the left of the page or lower them? After making a few changes a lot of my site got weird. Now, I can’t see the title and tagline well because of where they are positioned. I have tried changing the sizes but it didn’t help. Thanks!

    #240255
    Skandha
    Participant

    @coachnancyk: Hello there, Hope you are safe as well!
    To align site title and description to the left
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-header {
        text-align: left;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #240427
    coachnancyk
    Participant

    Thank you Skandha!! It moved it over to the left a little but not all the way and I don’t see a difference on my mobile, at least not yet. Is there a way to do that? Lowering it would work just as well. My site is http://www.lovewithouttraffic.com I hope you and your loved ones are safe and well also!!

    #240444
    Skandha
    Participant

    @coachnancyk: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #masthead .wrapper {
        margin-left: 0;
    }

    Also you seem to have added the following CSS due to which the site description is visible clearly.

    /* To change font size of Site Tagline */
    .site-description {
        font-size: 1px !important;
    }

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #241187
    coachnancyk
    Participant

    Thanks Skandha! I will try this soon…I have another problem that I have to fix first and will start a new post in case someone else has this same challenge.

    #241244
    Skandha
    Participant

    @coachnancyk: Let me know if you have anymore issues.

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Left Align or Lower Title and Tagline’ is closed to new replies.