Carbon

overall footer, copyright - Carbon

overall footer, copyright

by noth » Fri Sep 07, 2018 7:37 pm

at the bottom you can see the copyright paragraph kind of left aligned
I found the code which creates it

Code: Select all

<div class="copyright">
		<!-- EVENT overall_footer_copyright_prepend -->
		{CREDIT_LINE}
		<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --><br />
		Style: Carbon by Joyce&Luna <a href="https://phpbb-Style-design.de">phpBB-Style-Design</a>
		<!-- EVENT overall_footer_copyright_append -->
		<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
		<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
   </div>
what I would like to do is make a right aligned paragrapgh to go opposite that, which briefly states "This website is not linked to, endorsed, acknowledged or approved of by *******.com" (because my site is a kind of 'fansite' to another very busy big website

is there another div I can insert to allow the opposite floating text that I want (in exactly the same font/ size as the copyright one)?
User avatar
noth
Registered User
Posts: 2528
Joined: Fri Jan 07, 2005 7:10 pm
Location: North Surrey
Contact:

Re: overall footer, copyright

by Joyce&Luna » Fri Sep 07, 2018 9:04 pm

Do I understand correctly, you want the copyright on the right?
Then open the common.css and search for this.

Code: Select all

.copyright {
    font-size: 10px;
    padding: 10px;
    text-align: left;
    color: #333333;
}
Change in left right.
Please delete also the line color: #333333; that is superfluous.
My contributions are translated from German to English by google. This can lead to misunderstanding.

phpBB Style Design
User avatar
Joyce&Luna
Registered User
Posts: 306
Joined: Wed Oct 14, 2015 3:46 pm
Location: Germany
Name: Anke
Contact:

Re: overall footer, copyright

by noth » Sat Sep 08, 2018 8:46 pm

no thanks

what I want is a block of (extra) text (in the same size/ font) OPPOSITE the copyright text
on a computer screen of average width there is plenty of room to do that, you can see that there is room opposite the Copyright text for another block of text (I explained what for above) ;)
User avatar
noth
Registered User
Posts: 2528
Joined: Fri Jan 07, 2005 7:10 pm
Location: North Surrey
Contact:

Re: overall footer, copyright

by Joyce&Luna » Sat Sep 08, 2018 9:58 pm

Additional changes, I do not support here.
Please put in future for such things the questions in the forum.

This has not been tested properly by me.

Open the common.css at the very bottom

Code: Select all

.text-box {
	font-size: 10px;
	padding: 10px;
	text-align: right;
	    margin-bottom: -56px;
}
open overall_footer.html search

Code: Select all

<div class="copyright">
Insert directly afterwards.

Code: Select all

	<div class="text-box">
		<a href="http://JOUR LINK">description</a><br />
		<a href="http://JOUR LINK">description</a><br />
	</div>
Empty cache
My contributions are translated from German to English by google. This can lead to misunderstanding.

phpBB Style Design
User avatar
Joyce&Luna
Registered User
Posts: 306
Joined: Wed Oct 14, 2015 3:46 pm
Location: Germany
Name: Anke
Contact:

Re: overall footer, copyright

by noth » Sun Sep 09, 2018 8:34 am

heeey it works!! Thanking You :mrgreen:
User avatar
noth
Registered User
Posts: 2528
Joined: Fri Jan 07, 2005 7:10 pm
Location: North Surrey
Contact:

Re: overall footer, copyright

by Joyce&Luna » Sun Sep 09, 2018 9:08 am

Please
I see that there are no problems with the responsive.
My contributions are translated from German to English by google. This can lead to misunderstanding.

phpBB Style Design
User avatar
Joyce&Luna
Registered User
Posts: 306
Joined: Wed Oct 14, 2015 3:46 pm
Location: Germany
Name: Anke
Contact: