Tagged: x
-
AuthorPosts
-
April 6, 2016 at 4:38 pm #870123
jamesdwiseParticipantHey 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 #870124
jamesdwiseParticipantThis reply has been marked as private.April 7, 2016 at 12:31 am #870600
LelyModeratorHi 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 #870686
jamesdwiseParticipantHi,
Absolutely perfect, thank you very much!
James
April 7, 2016 at 6:54 am #871001
ZeshanMemberYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-870123 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
