Okay
  Public Ticket #1152246
OptimizePress Compatibility
Closed

Comments

  • [deleted] started the conversation

    Hi there! 

    I'm using OptimizePress and want to make the page full width. I have "activated full-screen rows" but that doesn't help. Can you help with this?

    Here is a link to a page I'm referring to.

    http://www.themedicarecoach.com/medicare-decision/

    Thanks!

  •  8,403
    Tahir replied

    Hey Andrew,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .op-live-editor-page.op-plugin .container {
        max-width: 100% !important;
        padding: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2,723
    Andrew replied

    Hi Andrew,

    Thanks for contacting us regarding your query.

    Just to ensure I am understanding your request. Are you using OptimizePress to try and enable the page to be full screen?

    Are you using OptimizePress to try and enable the page to be full screen?

    The recommended ways of making the page full width in the Salient Theme are by using:

    1. Full-Screen Rows located below the page WYSIWYG Editor 

     http://www.awesomescreenshot.com/image/2443840/8ac8dc5c7a842d1af113fad14da29e94

    2. Using the Full-Width Row setting for the Rows within Salient Visual Composer which you may read up more on in the link below.

    http://themenectar.com/docs/salient/rows/

    Please let me know if there are any more questions that I may answer for you.

    Cheers! 

  • Andrew replied

    Thanks for the quick response!  I did try activating Full-Screen Rows to no avail. I'm familiar with the row structure.

    I added the code worked and made it full screen. I'm noticing now that page doesn't scroll. Any suggestions?

  •  8,403
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    body {
        overflow-y: scroll !important;
    }

    Thanks


    ThemeNectar Support Team