Tagged: site-description
I put the motto under the site name, but you only see it in the left column. If you narrow the display, the motto disappears https://albertifoto.it
Hi,
We have hide those description on small devices. If you want to show it just add below Custom CSS code:
@media only screen and (max-width: 767px) #site-description { display: block; } }
Thank you for using our theme.