- This topic has 3 replies, 2 voices, and was last updated 8 years ago by Andrew Misplon.
- AuthorPosts
- November 24, 2016 at 12:55 am #5541
devalertsParticipantWe purchased your pro ultra theme and I was excited because you can choose to put the sidebar on the left or the right. The problem is, it appears under the main content. I have tried custom CSS to even re-position it and nothing is working. Can you please help? I am using the default full width no title template.
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.