Tagged: x
-
AuthorPosts
-
March 30, 2016 at 4:55 pm #859583
TheoryUnitParticipantHi there,
URL: nickbartonconsultancy.com
Could you help me make the footer text align centrally please? I’ve placed the logo to the left and it’s causing a couple of lines of the central text to go out of alignment.
I have this code in the Footer area of Customise:
<div><a style="text-align: left;" href="http://nickbartonconsultancy.com" ><img src="http://nickbartonconsultancy.com/wp-content/uploads/2016/03/NICK-BARTON-LOGO-TRANS-WHITE-500x170.png" width="175" height="60" class="left" alt="Nick Barton Consultancy"></a></div><div><p>Nick Barton Consultancy | Oak Vale | Oak Vale Lane | Henstridge | Templecombe |Somerset | BA8 0SP</p> <p>E: enquiries ( at ) nickbartonconsultancy.com | M: 07825 620129</p> <p><a href="http://nickbartonconsultancy.com/terms-and-conditions/" title=“Terms and Conditions”>Terms and Conditions</a></p> <p>Website and Branding by <a href="http://www.theoryunit.com" title="Theory Unit">THEORY UNIT</a></p></div>Thanks a lot.
MattMarch 30, 2016 at 11:16 pm #860095
ChristianModeratorHey Matt,
Please add
style="position: absolute;"to your image div wrapper so it would bediv style="position: absolute;"><a style="text-align: left;" href="http://nickbartonconsultancy.com" >Hope that helps. 🙂
March 31, 2016 at 7:25 am #860730
TheoryUnitParticipantHello,
Thanks a lot, that worked perfectly. Can I ask another thing please? I’ve been trying to get the menu items in the footer to display in bold, but I can’t make it work.
Your help much appreciated as ever.
Cheers,
MattMarch 31, 2016 at 9:40 am #860897
TheoryUnitParticipantGot it thanks:
.x-colophon.bottom .x-nav li a { font-size: 14px; font-weight: bold; }March 31, 2016 at 9:58 am #860922
TheoryUnitParticipantI’ve just noticed on mobile, the logo in the footer is floating on top of the text — can you please help me place it somewhere else (preferably above the info, below the menu items) on mobile only please?
Thanks,
MattMarch 31, 2016 at 12:51 pm #861149
RupokMemberHi Matt,
Thanks for writing back! You can add this under Custom > CSS in the Customizer.
@media only screen and (max-width: 979px) { .x-colophon-content > div { position: relative !important; } .x-colophon-content > div img { display: block; float: none; margin: 15px auto; } }Hope this helps.
Cheers!
April 4, 2016 at 1:20 pm #866350
TheoryUnitParticipantHi there,
Thanks so much — that’s perfect.
Cheers,
MattApril 4, 2016 at 9:36 pm #866941
John EzraMemberYou’re most welcome!
June 30, 2016 at 5:06 am #1066495
harmoniqaParticipantHello,
I’m trying to align footer to the right, no success… I used this code:
footer.x-colophon {
float: right;
}Please give me one that works…
Thanks!
June 30, 2016 at 5:08 am #1066497
harmoniqaParticipantThis reply has been marked as private.June 30, 2016 at 7:50 am #1066617
Paul RModeratorHi,
Please change your code to this.
.x-colophon.bottom .x-colophon-content { text-align:right; } .page-id-40 .x-colophon.bottom .x-colophon-content { text-align:center; }Hope that helps.
June 30, 2016 at 7:56 am #1066622
harmoniqaParticipantIt works, thank you!
June 30, 2016 at 10:46 am #1066850
JoaoModeratorGreat to hear it.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-859583 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
