Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1011275
    t9xperience
    Participant

    Hey Guys!

    I can imagine you can be pretty busy so i am hoping this question is kind of no brainer and it will be resolved without taking you too much time… 😉

    So i made an overlapping logo via Custom CSS and it works fine on all the pages. The problem i got was on the single post, it refuses to overlap the container and it pushes the whole thing to the right, so my sidebar has no space.. The sidebar is pushed under the container?

    How do i get the container to the original left ? To get more clarity i did a screenshot..

    <img src=”http://prntscr.com/b8pwhg&#8221; alt=”” /

    Thanks for the help!
    I hope it is kind of clear…

    Best regards,
    Vito

    #1011397
    Nabeel A
    Moderator

    Hi Vito,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1012661
    t9xperience
    Participant
    This reply has been marked as private.
    #1012732
    Paul R
    Moderator

    Hi Vito,

    To fix it, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-brand {
        position: absolute
        z-index:99999;
    }
    

    Hope that helps.

    #1012837
    t9xperience
    Participant

    I did try the solution but it does not seem to work…It does not change anything.. maybe another idea?

    thanks

    #1012971
    Lely
    Moderator

    Hi There,

    Please update above to this:

    .x-brand {
        position: absolute;
        z-index:99999;
    }

    We have missing semi-colon on this line: position: absolute
    Check the result, if that is not the intended result you want, remove above CSS and use this instead:

    .single-post .x-main.left {
        clear: both;
    }

    Hope this helps.

    #1014183
    t9xperience
    Participant

    Solved! 🙂

    Thanks guys, thank you for giving me both options you are amazing! Hope you enjoy the weekend!

    Best regards,
    Vito

    #1014243
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

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