Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #572046

    Hi there,

    I have a problem with my website. lateral menu + sidebar below. In mobile version, the sidebar goes over the content.

    Bellow in private content the question.

    thanks for solve this problem.

    Fernando

    #572664

    Hi Fernando,

    I couldn’t see anything like that on the front page, on what page are you getting that problem? A screenshot might help us understand better.

    Best regards,
    Rikard

    #572863

    Hi Rikard, attached is the problem I have with the content.

    Thanks,

    Fer

    #573049

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    #text_icl-2 .flex_column {
        max-width: 55%;
    }}

    Regards,
    Yigit

    #573102

    Hi Yigit,

    Nothing happens :(
    I tried to refresh browser but still not working.

    Fer

    #573106

    Hey!

    Please flush browser cache and try once again – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
    I can see the changes on my end :)

    Cheers!
    Yigit

    #573120

    So weird, I tried in one computer that have not visited never the web site and still the same problem.

    This is all css I have in quick css:

    @media only screen and (max-width: 767px) {
    .responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area {
    display: block;
    position: absolute;
    top: 20px;
    right: 20%;
    }

    .html_header_sidebar #top #header .social_bookmarks {
    border: 0;
    }

    .html_header_sidebar #top #header .social_bookmarks li a {
    border: 0;
    }
    }

    @media only screen and (max-width: 480px) {
    #text_icl-2 .flex_column {
    max-width: 55%;
    }}

    #573744

    Hey!

    The only option to get rid of things running into each other was to hide the sidebar widgets in tablets. There is more room to display the widgets in devices that are larger than tablets.

    please see the /* hide in tablets */ code in quick css.

    Regards,
    Vinay

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.