Hi karakoch,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive .logo img {
width: 70%;
}
}
Which part is not working for you in the footer? What do you need it to look like?
If you need further assistance please let us know.
Best regards,
Victoria
Thanks for help. Menu is fixed.
But, the names in footer are very close to each other.How can we do it more regularly?
https://prnt.sc/p21ud2
Gokhan
Hi Gokhan,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
#socket .sub_menu_socket li {
padding: 5px 10px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you Victoria ! It’s done !
Have a nice day.
Gokhan