Tagged: x
-
AuthorPosts
-
April 6, 2016 at 4:38 pm #870123
Hey guys!
I am using the Agency template as the start point for my site.
Could you tell me how I can move the site logo text to the left slightly? If there is some code I can insert to control the placement of the text that would be great so I can adjust it a bit. Currently it is centered, I would like to move it over to the left a bit.
Thanks in advance!
James
April 6, 2016 at 4:39 pm #870124This reply has been marked as private.April 7, 2016 at 12:31 am #870600Hi James,
Please try using the following CSS via Appearance > Customize > Custom > CSS:
.masthead-stacked .x-brand { float: left; margin-left: 13%; /* Check the effect of this line. You may adjust this to move the text position or you may remove this completely*/ } .logo-subtitle { clear: left; float: left; margin-left: 13%; /* Check the effect of this line. You may adjust this to move the text position or you may remove this completely*/ }
Hope this helps.
April 7, 2016 at 2:21 am #870686Hi,
Absolutely perfect, thank you very much!
James
April 7, 2016 at 6:54 am #871001You’re welcome! 🙂
-
AuthorPosts