Problem with sidebar

Home Forums Gillion Theme Problem with sidebar

Home Forums Gillion Theme Problem with sidebar

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • przyzielonymstole
    Participant

    Hi,

    could you please tell me how to display the sidebar properly? Now it’s over the site banner which looks quite strange: http://prntscr.com/jogqnb
    Thanks!

    Solution for this topic

    Hi @przyzielonymstole,

     

    Thank you for your question.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (min-width: 1025px){
    .page-id-4703 #sidebar.sidebar-right {
        top: 220px;
    }
    }

     

    Best regards,
    Shufflehound team

    przyzielonymstole
    Participant

    OK, works great, thank you 🙂
    Could you please tell me, why blog images are so huge in mobile view? Especially the height is enormous: http://prntscr.com/jqnugq

    Solution for this topic

    Please try using below custom CSS code to resolve it.

     

    .blog-style-mini1.slick-slider article {
        min-width: 0;
    }

    przyzielonymstole
    Participant

    OK, thanks! 🙂

    You are always welcome here 🙂

    przyzielonymstole
    Participant

    One user showed me this: http://prntscr.com/jriucs
    It’s not working in chrome propely, I don’t know why

    Please try increasing the top value 220px in the above shared CSS code.

Viewing 8 posts - 1 through 8 (of 8 total)