When I shrink my browser window horizontally, my logo disappears, especially in mobile phone view.
Check out zanifesto.com for more details.
I have tried setting the css to overflow:visible, but it still doesn't solve the issue.
My objective is to create a narrow (mobile) layout that vertically stacks the header, register/login, and "Create something new" sections.
If anyone has any suggestions or solutions, please let me know!
.gbtr_tools_info {
color:#b39964;
font-size:10px;
text-transform:uppercase;
padding:5px 0;
overflow:visible;
}