Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1085529
    Muireann B
    Participant

    Hi again,

    Can you tell me why the sidebar is changing position on the site and if it’s possible to fix it
    – you can see an example here
    http://test6.cruthucreative.com/about/
    http://test6.cruthucreative.com/category/property/

    Also featured images on Posts are being set with what looks like a margin of 0 so it sites directly under the mennu – it makes the whole site loook a bit unbalanced and off kilter – any way to make everything the same?

    Thanks,

    Best Regards,

    Muireann

    #1086211
    Rupok
    Member

    Hi Muireann,

    Thanks for writing in! I am not quite sure what you are referring by “changing position” and what needs to be fixed. In blog and archive page, page title is above the content and sidebar and it’s intentional. Are you referring this? Kindly clarify properly with a screenshot.

    And regarding the featured image placement, you have set long height for the navbar. To adjust the position, you can add this under Custom > CSS in the Customizer.

    .page .x-main.left .hentry .entry-featured, .single-post .x-main.left .hentry .entry-featured {
      margin-top: 0;
    }

    Hope this helps.

    #1086416
    Muireann B
    Participant

    Hi, yes – it’s the fact that on archive pages the title is above the sidebar. I have an extremely fussy client who wants everything perfectly perfect and I’m wondering if there’s a way around this.
    I have attached a screen grab so you can see what I mean (I hope) 🙂

    #1086591
    Lely
    Moderator

    Hi Muireann,

    Thank you for the screenshot.
    That is the design by default because headers or category title is on top of the main content container. In case you want it the title to look like a part of the left content area, please add the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    .archive header.x-header-landmark h1 {
        width: 65%;
    }
    .archive .x-header-landmark+.x-container>.offset>.x-sidebar {
        margin-top: -154px;
    }

    Hope this helps.

    #1086845
    Muireann B
    Participant

    Absolutely brilliant….as always – thanks you so much!

    #1086970
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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