Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #22582

    Both the Coming Soon and Maintenance Pages are pushed to the left of the screens. Is there a way to have them full width or boxed? I read in the comments section on Themeforest, someone brought up this issue and Kriesi said, “So true, blank pages should be blank, whether stretched or boxed. Thanks for the notice. Already found a solution.” but he did not post what that solution was. What can I do to make the page full width, other than place a header on it?

    Thanks,

    Scott

    #116264

    Hi Scott,

    Can you link to both of the pages on your live site? I tried re-creating a blank page and it had no issues being centered.

    What version of Enfold do you have installed as well?

    Regards,

    Devin

    #116265

    Here is the site: http://apexcriticaldefense.com/

    As you can see, there also seems to be no padding on the left and right sides. If I add a header, padding will appear but everything is still pushed to the left. Same with the maintenance page.

    Thanks,

    Scott

    #116266

    Hi,

    On Enfold > Theme Options > Styling > Use stretched or boxed layout? > Select Stretch Layout. I think you are using the box layout.

    Did you add or modify anything on the css?

    Regards,

    Ismael

    #116267

    Hi Ismael,

    I was using boxed layout and have switched it to full but still no change. I have not modified any code with the theme so far.

    Thanks,

    Scott

    #116268

    Hey Scott,

    First thing is re-download the theme files as 1.3.1 had a specific fix for blank pages. Second, if that doesn’t fix it, the issue can be fixed with a bit of css. Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.avia-blank #main {
    display: initial;
    }

    Regards,

    Devin

    #116269

    That worked perfectly Devin, thank you. I appreciate the help!

    Scott

    #116270

    Hey,

    Glad Devin fixed it.

    Regards,

    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Coming Soon and Maintenance Pages’ is closed to new replies.