Tagged: coming soon, Maintenance Page
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
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
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
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
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
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
That worked perfectly Devin, thank you. I appreciate the help!
Scott