- This topic has 3 replies, 2 voices, and was last updated 8 years, 5 months ago by
Andrew Misplon.
- AuthorPosts
- November 24, 2016 at 2:47 am #5542
Andrew MisplonKeymasterHi devalerts
Thanks for your support. Sorry to hear about the hassle.
Because of the organic development of Ultra, Page Settings came after Page Templates. If you want to use the Page Settings meta box, the Page Template must be set to Default.
Page Templates:
Page Settings:
If you can send a link to the problem I’ll take a look first thing tomorrow my time. There is a private reply option below in the form to keep your URL private. Thanks 🙂
November 24, 2016 at 5:28 am #5543
devalertsParticipantThis reply has been marked as private.November 24, 2016 at 12:13 pm #5544
Andrew MisplonKeymasterThanks.
You’ll need to dive into your Custom CSS as there is quite a lot going on there. This won’t be a full solution but I can see right away this will be an issue:
#primary { float: none !important; width: inherit !important; }
Because
!important
is being used there it means there is no way for the main content container to ever float to allow the sidebar to be in position.Another way to approach this issue would be to remove all of your customisations and then re-check the issue to see if it persists. That would be a good start point.
- AuthorPosts
You must be logged in to reply to this topic.