Hello, Fyshlas,
We hope this message finds you well.
We would like to inform you that we have recently implemented the following CSS code into the file located at:
– /wp-content/themes/the-nut-cracker-house/style.css
The code has been added within the @media (min-width: 500px) query as follows:
.fixed-header-area .fixed-header > .container {
display: flex;
align-items: center;
flex-wrap: nowrap;
justify-content: space-between;
flex-direction: row;
gap: 0px;
}
body .fixed-header-area .collapse {
display: block !important;
}
.fixed-header .container .blog-description {
margin-right: auto;
}
.fixed-header .container .navbar-header.navbar-right {
margin-left: auto;
}
Additionally, we have modified the positioning of blocks within the file:
– /wp-content/themes/the-nut-cracker-house/header.php
Specifically, the block collapse navbar-collapse has been moved from line 260 to line 288.
Best Regards,
8Theme’s Team