Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1009186

    Right now on mobile the sidebar content doesn’t show up at all.
    Is there a way for my blog post pages with a right sidebar to have the sidebar show up, for example below the page content?

    #1009415

    Hey Moondreamer21,

    Please try to add this code to your quick css field:

    
    @media only screen and (max-width:767px) {
    .responsive #top #wrap_all #main .sidebar {
    display: block;
    border: none;
    width: 100%;
    }
    }
    

    Best regards,
    Peter

    #1009665

    Hi Dude,
    Thanks for the code.
    I added it, but I don’t see a difference after clearing my cache?
    I’ll add my site info. below.

    #1010048

    Hi,
    I fixed it by adding width: 100%; to the code. I also updated the code above.

    Best regards,
    Peter

    #1010229

    Thanks, it’s working great now! Appreciate the help! :)

    #1010299

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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