The issue
I'm making a header to match my Wordpress / Elementor site and doing it from scratch but I'm admittedly a bit new to HTML / CSS. As far as I'm aware based on the description, all of the header content is supposed to appear ABOVE the default one. Instead it's forcing the whole contents of the forum way right and off the page. My URL is https://applebrides.com/forum/ if you want to check it out. I'll include my HTML and CSS code as well below. Probably a simple fix but I'm struggling here haha
HTML:
<div id="logo"><img src="https://applebrides.com/wp-content/uploads/2022/02/Apple-Brides-Logo1-Wordmark_1c.png" alt="Apple Brides Logo" width="150" height="94"></div>
<ul class="nav">
<li><a href="https://applebrides.com/">Home</a></li>
<li><a href="https://applebrides.com/find-your-vendors/">Find Your Vendors</a></li>
<li><a href="https://applebrides.com/inspiration/">Inspiration</a></li>
<li><a href="https://applebrides.com/planning-tips/">Planning Tips</a></li>
<li><a href="https://applebrides.com/deals/">Deals</a></li>
<li><a href="https://applebrides.com/travel/">Travel</a></li>
<li><a href="https://applebrides.com/magazine/">Magazine</a></li>
<li><a href="https://applebrides.com/submissions/">Submissions</a></li>
<li><a href="https://applebrides.com/join-advertise/">Join & Advertise</a></li>
</ul>
CSS
body {
overflow-x: hidden;
}
ul.nav {
list-style:none;
height:25px;
width:100vw;
font-family: 'Montserrat';font-size: 16px;
}
ul.nav li {
margin-top: 30px;
margin-left:25px;
float:left;
}
ul.nav a {
padding:10px 20px;
color:#000000;
text-decoration:none;
text-transform:uppercase;
}
ul.nav a:hover,
ul.nav li.current a {
background:#d2c4b4;
}
#logo{
margin-left:75px;
}
#logo img{
height: auto;
width: auto;
max-width: 7%;
overflow: hidden;
float:left;
}
Flarum information
Flarum core 1.4.1
PHP version: 7.4.30
MySQL version: 5.7.39-42-log
Loaded extensions: Core, date, libxml, openssl, pcre, sqlite3, zlib, bcmath, bz2, calendar, ctype, curl, dba, dom, enchant, hash, fileinfo, filter, ftp, gd, gettext, gmp, SPL, iconv, session, intl, json, mbstring, standard, mysqlnd, pcntl, mysqli, PDO, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, pspell, readline, Reflection, imap, shmop, SimpleXML, soap, sockets, sodium, exif, sysvmsg, sysvsem, tidy, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, memcached, Zend OPcache
+-------------------------------+---------+--------+
| Flarum Extensions | | |
+-------------------------------+---------+--------+
| ID | Version | Commit |
+-------------------------------+---------+--------+
| fof-oauth | 1.2.2 | |
| fof-upload | 1.2.3 | |
| fof-secure-https | 1.1.0 | |
| fof-recaptcha | 1.1.0 | |
| fof-pwned-passwords | 1.0.2 | |
| fof-nightmode | 1.4.1 | |
| fof-formatting | 1.0.2 | |
| flarum-tags | v1.4.0 | |
| flarum-suspend | v1.4.0 | |
| flarum-subscriptions | v1.4.0 | |
| flarum-sticky | v1.4.0 | |
| flarum-statistics | v1.4.1 | |
| flarum-nicknames | v1.4.0 | |
| flarum-mentions | v1.4.0 | |
| flarum-markdown | v1.4.0 | |
| flarum-lock | v1.4.0 | |
| flarum-likes | v1.4.0 | |
| flarum-lang-english | v1.4.0 | |
| flarum-flags | v1.4.0 | |
| flarum-emoji | v1.4.0 | |
| flarum-bbcode | v1.4.0 | |
| clarkwinkelmann-circle-groups | 1.0.1 | |
+-------------------------------+---------+--------+
Base URL: https://applebrides.com/forum
Installation path: /home/customer/www/applebrides.com/public_html/forum
Queue driver: sync
Mail driver: smtp
Debug mode: off
baseos | u1394-oob95jiiwmdy@us243.siteground.us:~/www/applebrides.com/public_html/forum$