bsdinsight Active member May 26, 2014 #1 Hi all I am add footer in left align, but it seems Xenforo does not in left align. - How to customize these phase to left align? thanks in advance
Hi all I am add footer in left align, but it seems Xenforo does not in left align. - How to customize these phase to left align? thanks in advance
P Paul B XenForo moderator Staff member May 26, 2014 #2 It is left aligned by default. Revert whatever changes you have made to the template or CSS. Upvote 0 Downvote
bsdinsight Active member May 26, 2014 #3 But I think extra_copyright is center aligned by default - is it correct? Upvote 0 Downvote
P Paul B XenForo moderator Staff member May 26, 2014 #4 No. It is left aligned also. It is in the same div. Upvote 0 Downvote
bsdinsight Active member May 26, 2014 #5 Now, I remove all in extra_copyright, and I got and I add extra_copyright and I got So you can see "BSD INSIGHT" is center align. Can I change it into left align? please note that I did not change any CSS, and ...because I don't want to customize, I need standard one Upvote 0 Downvote
Now, I remove all in extra_copyright, and I got and I add extra_copyright and I got So you can see "BSD INSIGHT" is center align. Can I change it into left align? please note that I did not change any CSS, and ...because I don't want to customize, I need standard one
P Paul B XenForo moderator Staff member May 26, 2014 #6 Apply float:left !important. Upvote 0 Downvote
bsdinsight Active member May 26, 2014 #7 Sorry, I am not programer - can you help me in detail? (sorry about that, and please help me) Upvote 0 Downvote
P Paul B XenForo moderator Staff member May 26, 2014 #8 Code: <br /><div style="float:left !important">Your copyright</div> Upvote 0 Downvote
bsdinsight Active member May 27, 2014 #9 Thansk for your support. I am using Code: <br /><div style="float:left !important">Copyright @2014 BSD INSIGHT. All Rights Reserved<br />209/8 Ton That Thuyet Street</div> You can see, I add more <br /> in the code, and I got - it seems in center align again. (you can get in http://forums.bsdinsight.com) Upvote 0 Downvote
Thansk for your support. I am using Code: <br /><div style="float:left !important">Copyright @2014 BSD INSIGHT. All Rights Reserved<br />209/8 Ton That Thuyet Street</div> You can see, I add more <br /> in the code, and I got - it seems in center align again. (you can get in http://forums.bsdinsight.com)
Russ Well-known member May 28, 2014 #11 Remove the div, keeping just this part: Copyright @2014 BSD INSIGHT. All Rights Reserved<br />209/8 Ton That Thuyet Street then add to extra.css: Code: .Responsive .footerLegal .pageContent { text-align: left; } Upvote 0 Downvote
Remove the div, keeping just this part: Copyright @2014 BSD INSIGHT. All Rights Reserved<br />209/8 Ton That Thuyet Street then add to extra.css: Code: .Responsive .footerLegal .pageContent { text-align: left; }
JackieChun Well-known member Jun 17, 2014 #13 How do I make copyright_xenforo and copyright_other trade places? This change is within the license, by the way, because you're leaving the copyright message intact, just moving your site's copyright to the top, which is only appropriate. Upvote 0 Downvote
How do I make copyright_xenforo and copyright_other trade places? This change is within the license, by the way, because you're leaving the copyright message intact, just moving your site's copyright to the top, which is only appropriate.