I wanted the social icons to be on the left and the site menu on the right. I tried many ideas without success. Any direction on how to achieve that would be most welcome.
The pages have 2 blocks of white above and below the bottom of the page menu, I would like to eliminate these white bands. I can’t find what is causing this. Originally the template was all white, so the white strips where not noticeable.
The other issue is the copyright at the bottom of the pages are not covering the whole base of the page, just about 80%. I wanted this copyright notice to be like https://www.life-path.stevenredhead.com/index%20copy%202.html but tried many ideas without success.
They seem to have as much gap as is available but If you mean to the edge of the browser window then you would need to pull the header code out of the container div as that controls the width of the page.
If you mean the .footer element then that#s the 40px padding top and bottom, Remove the padding from .footer and the white strip will go.
You would need to move the copyright outside of .container if you want it full browser width as container is 1140px wide. (You also seem to be nesting .container which is not allowed in bootstrap IIRC).
The only 40.px I could find was line 728 <div style="min-height:40px;<>div>; removing this didn’t removed the white strips around line 852 above the bottom menu <footer id=“footer” class="clearfix “> and around 1058 near the copyright.
As I have limited knowledge I have been trying hit and miss to resolve the issues, so will continue this method to see if I can resolve those issues, but if you have any advice it will most surely help.
Thank you for mentioning the nesting of .container, as this was the format of the original template I had no knowledge of this.