Hi Roman,
Of course:
http://www.1op1keukenadvies.nl/
Best,
Marcel
Hi Roman, thanks this works perfectly!
Due to the fact of having a customized logo position, it looks very weird on a mobile device & tablet. Therefore I would like to hide the logo from my homepage on these two devices. I used the following code but it doesn’t do anything.
@media only screen and (max-width: 480px) {
.responsive .logo {
display: none !important;
}}
or
@media only screen and (max-width: 480px) {
.home .header-wrap .col-md-4 > a{
opacity: 0;
}}
What am I doing wrong?
Cheers,
Marcel
-
This reply was modified 9 years, 3 months ago by marcelfj90.
Thanks a bunch Martin, all fixed.
Hi Martin,
Thanks for your reply.
With what custom code can I decrease the size of the bar? The reason why I’d like to have it at the top of the page is visibility.
Cheers