I creatad a simple theme with bootstrap 4. The navbar has a fixed-top class. Under the nav, i have this div, that has the page title as content.
<div class="aloldal_text_div">
<div class="container">
<h1><?php get_site_cim($siteID); ?></h1>
</div>
My problem is, that this div "goes up" to the navbar. I give it some margin-top, but its not okay, i think because the fixed navbar.
Can someone help me fix this? You can see my site on this link.
Thank you.
