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 Layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47139
    Timo
    Participant

    At the moment the site layout is Narrow Layout. For the desktop version i prefere that.
    The problem is the mobile version. How can I change only the mobile version to wide layout?

    #47193

    Hi Timo,

    To display mobile version to be wide layout while setting narrow layout go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    @media only screen and (max-width: 1078px) {
    	.narrow-layout .wrapper {
    		width: inherit;
    	}
    }
    @media only screen and (max-width: 767px) {
    	.narrow-layout .wrapper {
    		width: inherit;
    	}
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    	.narrow-layout .wrapper {
    		width: inherit;
    	}
    }

    Thank you!

    #47291
    Timo
    Participant

    It’s working.

    Many thanks!

    #47293

    Hi Timo,

    That’s great. 🙂

    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/interface
    We really appreciate your rating.

    Thank you!

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