Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #560451

    Hi Guys,

    Thanks again and again for your so amazing theme!

    I’ve set up the website using the left menu version. At the end i’m using a widget to display an image.
    This image/widget is not displayed when i’m in mobile version. Any idea?

    Thanks in advance,

    Eldrico

    #560515

    Hey eldrico!

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

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

    Regards,
    Yigit

    #560541

    Thanks Yigit,

    It display my widget/image but not on my menu like on the pc version, it displays it on top of the website.

    Regards,
    Eldrico

    #561014

    Hi,

    I’m not sure what you mean by your last post, could you try to explain a bit further please? A screenshot highlighting the issue might help us understand what you are looking to achieve better.

    Regards,
    Rikard

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