Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1152498
    eddierosenthal
    Participant

    see url http://www.coachingforlawyers.com/newcfl/
    on mobile we can see the three bar menu, then content, then the main menu, normally shown in the sidebar left ( content right). But actually would like to see the main menu – which is a list of pages – first. is there a way to do that? i see the widget on top right which is a clickable list to the main menu that way, is there a way to put that next to the three bar menu maybe?
    one other question – looking at the screen on mobile, there is a large blank white area – above the social media – and no topline visible either. i probably can remove that with media query, but where is it coming from and do other stacks have that as well?
    thanks.
    ed

    #1152527
    John Ezra
    Member

    Hi there,

    Thanks for writing in! Regarding your first question, unfortunately, we are unable to see or replicate your issue on our end. Would you have happened to have solved your issue already? Your menu appears correct on our end. Please update us otherwise.

    Regarding your second question, it is background color for the topbar content area set on smaller screens. We can use css t change that. You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    @media (max-width: 767px) {
        .x-topbar .p-info {
            background-color:transparent;
        }
    }

    Hope this helps – thanks!

    #1152528
    eddierosenthal
    Participant

    maybe i didn’t express myself properly. see pic, there on the right you can see the scrollbar which is almost at the bottom. up above there is a bunch of content from the home page, but rather than that, is it possible to show the pages first, then the content?
    ed

    #1152845
    Christopher
    Moderator

    Hey there,

    Thanks for writing in! Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

  • <script> jQuery(function($){ $("#no-reply-1152498 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>