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*

Screen resolution

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11889
    Steven
    Member

    Hello

    There was a problem solved (linked below) on the Attitude forum which I would also like to apply to Interface Pro, if possible?

    https://www.themehorse.com/support-forum/topic/screen-resolution/#post-10275

    “I need the 1024 to look the same as the higher resolutions”

    Is there a similar code fix in the css for Interface Pro?

    Many thanks

    #11899

    Hi Steven,

    Yes you may try it.

    Thank you!

    #11902
    Steven
    Member

    Hi

    In your original post, you say:

    Add this code

    `.wrapper {
    width: 1008px;
    }
    }

    @media
    only screen and (max-width: 1023px) {`

    below
    @media only screen and (max-width: 1078px) {
    in style.css

    Can you clarify what you mean please, as I cannot find @media only screen and (max-width: 1078px) { in style.css

    Thanks

    #11908

    Hi Stevan,

    Sorry you have to find the code in CSS -> responsive.css not in style.css and also above code are for the attitude theme not for the Interface theme. Please add below CSS code:

    	.container, .narrow-layout .wrapper {
    		width: 1008px;
    	}
    }
    @media only screen and (max-width: 1023px) {

    below to the

    @media only screen and (max-width: 1078px) {

    Hope it solve your issue.

    Thank you!

    #11912
    Steven
    Member

    Solved!

    Many thanks.

    #11927

    That’s great
    Thank you!

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