I have created a new page here
Link below
On this page I have also created a layerslider
At the logo 1972 is a link to the home page created
This link works everywhere
only mobile upright not
Nothing happens when I click on the logo
can you help me
thanks and greetings
Franz
Hey schweg33,
Thank you for the inquiry.
The logo is not clickable because the header is covering it. Please add this css code to adjust the width of the header container and move it to the right, away from the logo.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive #top #wrap_all .av-logo-container {
padding: 0;
width: 100px;
margin: 0;
position: absolute;
right: 50px;
}
}
Best regards,
Ismael
Thank you very much
Ismael
now it is perfect
you can close this ticket
kind regards
Francis
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard