Tagged: left align, lower, title/tagline
- This topic has 5 replies, 2 voices, and was last updated 3 years, 2 months ago by
Skandha.
-
AuthorPosts
-
March 25, 2020 at 12:21 am #240246
coachnancyk
ParticipantHi, 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!
March 25, 2020 at 2:05 am #240255Skandha
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,
SkandhaMarch 26, 2020 at 10:05 pm #240427coachnancyk
ParticipantThank 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!!
March 27, 2020 at 1:25 am #240444Skandha
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,
SkandhaApril 3, 2020 at 9:09 am #241187coachnancyk
ParticipantThanks 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.
April 4, 2020 at 12:18 am #241244Skandha
Participant@coachnancyk: Let me know if you have anymore issues.
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Left Align or Lower Title and Tagline’ is closed to new replies.