A link to your forum will be required.Thunder86 wrote: Mon Apr 17, 2023 8:30 pm Hey!
Any Idea what the colour problem cause?
It's just on the mobile version! On my Macbook everything looks fine.
A link to your forum will be required.Thunder86 wrote: Mon Apr 17, 2023 8:30 pm Hey!
Any Idea what the colour problem cause?
It's just on the mobile version! On my Macbook everything looks fine.
hide the logo with:Thunder86 wrote: Tue Apr 18, 2023 4:26 pm As soon as I delete the logo, I get the following code:
DAE93E71-ECA1-492A-B8E8-AD6745DBBBBB.jpeg
The logo issue on non standard sites, you can see Here
This is how the menu looks on my phone:
51B13F87-066D-497B-9FDD-B507F2B21A49.jpeg
Page: https://community.surferparadise.de
Code: Select all
.navbar-logo {
display: none;
}
not sure what you meant.Thunder86 wrote: Tue Apr 18, 2023 9:11 pm Any idea why the colours on mobile devices are not like normal ?
You can add the following in custom css:Thunder86 wrote: Sun Apr 23, 2023 12:08 pm Okay all issues are solved!
Is there any chance to bring the menu strips on the mobile version from the right side to the middle?
Code: Select all
@media screen and (max-width: 767px){
.bootstrap .navbar-header .navbar-toggle {
float: none;
margin: 8px auto;
display: block;
}
}
Code: Select all
.bootstrap .dropdown-menu > li > a:hover,
.bootstrap .dropdown-menu > li > a:focus {
color: #fff;
}
Code: Select all
.bootstrap .navbar .nav > li > a:hover,
.bootstrap .navbar .nav > li > a:focus {
color: #fff;
}
aknctn wrote: Mon Jan 01, 2024 10:05 am Hello again
How can i add a search area and how does it seen on mobile?
Ekran görüntüsü 2024-01-01 130340.png
You can add it likeaknctn wrote: Mon Jan 01, 2024 10:05 am Hello again
How can i add a search area and how does it seen on mobile?
Ekran görüntüsü 2024-01-01 130340.png
yoursite/search.php