When viewing my website via cell phone, my logo covers some of the menu button which makes it hard selecting the menu. Is there a way to move the logo over slightly? I tried playing around with logo size, but still seems to cover menu button a little.
1. Locate file qa-theme/Donut-theme/css/donut.css (or its minified version if production mode is enabled).
2. Add this:
margin-left: 10px;
After this line: https://github.com/amiyasahu/Donut/blob/23aab78a3837a29b38139af2e61e9c8f7df8c303/qa-theme/Donut-theme/css/donut.css#L380
You might need to play a bit with the number, though.
In the image below you can see in orange how it was below and in light blue how it should be after the change:
It was overlapping the menu icon a little bit.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.