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

    Hi,

    I saw in the demos the enfold theme as a responsive grid blog. On my site though when things are minimized things do not respond. In the sample the blogs stack one an another. I can’t figure out why this is happening. I don’t see any threads the cover this issue as well.

    Any clue why?

    #896708

    Hey lmmoonlight,

    Can you re-enable the right click on the site so that I may inspect the css?

    Best regards,
    Jordan Shannon

    #897712

    Just did this, sorry!

    #898099

    Hi,

    Add this to quick css to create the one column on mobile:

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all .slide-entry {
    width:98%!important;
    }}

    Best regards,
    Jordan Shannon

    #898234

    Thanks! That did it. Thanks for being helpful!

    #898240

    Hi,

    No problem at all. Did you need further help, or shall I close this topic?

    Best regards,
    Jordan Shannon

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