badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Motto disappears

#59773

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.