I'm currently designing a homepage for a press release.
I'm facing an issue with a large gap between my content
and the footer
, which I'd like to reduce. I've tried adjusting the margin-top: 0px
in CSS with no success. Various attempts at tweaking the margin
and padding
settings haven't produced the desired outcome either.
If anyone could offer assistance, it would be greatly appreciated. Thank you in advance.
Visual representation of my website:
https://i.sstatic.net/TX9yO.png
Snippet of my code:
@extends('Press_Release_Views.layout')
@section('content')
<img src="/Picture/background.jpg">
<div class="container">
<div class="recent_border">
<h4 class="Recent">Recent News Releases</h4>
</div>
...
</div>
@endsection