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*

Site description width mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #81901
    rebelsnotes
    Participant

    Hi there,

    I wanted to add the following CSS code below to my website:

    .site-description {
    width: 600px
    }

    It worked how I wanted it to work, but it doesn’t display correctly on mobile, as it is too wide. How can I have it display in a responsive way, even if I set the width?

    Thank you for your help 🙂

    Kind regards,
    Marie

    #81938

    Hi rebelsnotes,

    Please also add the below Custom Code to work as responsive way for mobile view.

    @media (max-width: 575px) {
    	.site-description {
    		width: auto;
    	}
    }

    Thanks

    #81939
    rebelsnotes
    Participant

    Absolutely brilliant, thank you, and thank you for always being willing to help!
    ~ Marie

    #81942

    Welcome anytime rebelsnotes,

    Please let us know if you have any queries regarding the Theme.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.