Footer width?

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
User avatar
yusufdj
Registered User
Posts: 109
Joined: Sun Feb 18, 2018 5:35 pm

Footer width?

Post by yusufdj »

Hi

Hi, how can I fully extend the footer part independently from the forum? as shown in the picture

Image
https://camo.phpbb.com/2f9a213216932a3c205ac70e0782ecf2ec2a03ba/687474703a2f2f6f6936362e74696e797069632e636f6d2f7774396274672e6a7067
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: Footer width?

Post by Lumpy Burgertushie »

I am curious why you don't pick a style that already has most if not all of the changes you are making to this subsilver based style.

the answer to your question is that you have to move the footer div outside of the wrap div in the overall_footer.html file.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
yusufdj
Registered User
Posts: 109
Joined: Sun Feb 18, 2018 5:35 pm

Re: Footer width?

Post by yusufdj »

Lumpy Burgertushie wrote: Thu Mar 22, 2018 7:17 pm I am curious why you don't pick a style that already has most if not all of the changes you are making to this subsilver based style.

the answer to your question is that you have to move the footer div outside of the wrap div in the overall_footer.html file.


robert
I was very pleased that the reason for choosing this theme was simple. overall_footer.html I did not find the wrap connection somewhere
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: Footer width?

Post by Lumpy Burgertushie »

open your overall_footer.html file in your text editor.

find:

Code: Select all

		<!-- EVENT overall_footer_content_after -->
	</div>
after it, add:

Code: Select all

</div><br />

find:

Code: Select all

		<div class="alert_text"></div>
	</div>
</div>

</div>
remove that last </div>
save the file, upload back and purge the cache and refresh your browser.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
yusufdj
Registered User
Posts: 109
Joined: Sun Feb 18, 2018 5:35 pm

Re: Footer width?

Post by yusufdj »

okay, done. thank you so much
Post Reply

Return to “[3.2.x] Styles Support & Discussion”