• Hi all. THanks for the great theme and all help. Very grateful for everyones input and shared knowledge.

    My question:
    Is there a way to make certain pages responsive, and certain pages not? I am using an Iframe and it isn’t reacting to the responsiveness of the Tempera settings. I am wondering If i can turn responsiveness off for just the page this is on, so it is not causing problems.

    Thanks for any help.

    Jay

Viewing 1 replies (of 1 total)
  • You could use the page id and set the main content to a minimum width. XXX would be your page id number.

    .page-id-XXX #main {
        min-width: 700px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Responsive Question’ is closed to new replies.