Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #576666

    Just a simple question!

    Is there a way to make certain pages not responsive while all your site is responsive for example? I’m wondering that because many things looks awesome when responsive, but in that case having some content that becomes very difficult to arrange!

    Best regards from Japan, and awesome work with the theme, I love it!

    Here is my page by the way: http://www.ilkoallexandroff.com

    #576676

    One more question connected to this one, I like to keep the responsive design mainly because on PC the width (Maximum Container width) of the website can be set to 1400, which looks cool, but when not responsive I don’t see it in the settings to be able to adjust that, only the ratio of main content and widgets, is it possible to make it wider?

    • This reply was modified 8 years, 9 months ago by ilkoallex.
    #576727

    Hi!

    Go into your Enfold theme options and open up the General Settings Tab. The first option you’ll see “Responsive Layout” allows you to turn off the responsive layout and set it to “Fixed layout” which will disable the mobile responsive functionality.

    Cheers!
    Basilis

    #576740

    Yeah, I can easily turn off the responsive layout from there, but then I can not set the max width of the website! I can do it if it is set to responsive! Is there any way to make it 1400 for example? Maybe some Quick CSS?

    #576972

    Hi,

    Please try the following to see if you have any luck with it:

    .container {
    max-width:1400px !important;
    }

    Best regards,
    Rikard

    #577090

    Dear, Rikard

    I put the code in the quick CSS but still din’t make any change!

    #577268

    Cashe and everything cleaned after that too!

    #577648

    Hi,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #577786

    Dear, Rikard

    Thanks a lot, I just managed to solve it, here is the short CSS that worked:

    .container {
    max-width:1400px
    }

    Guess just didn’t need the IMPORTANT part!

    Thank you for your great support again!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Certain pages not responsive?’ is closed to new replies.