Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #794457

    Hello,

    Currently the blog page gets all squished together when the screen width gets more narrow. How can I make the posts stack when the screen gets smaller.

    Thanks,
    Brendon

    #794459

    Oh actually I figured it out via custom css sorry

    #794460

    actually no it doesn’t work nevermind. Still need help

    #794638

    Hi,

    Please try to activate debug mode in order to see the builder shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, then try to copy paste the shortcodes to a new page to see if that helps.

    Best regards,
    Rikard

    #794939

    Hello Rikard,

    What do you mean by shortcodes? I’m using the blog in grid mode and it doesn’t have any sort of built-in configuration to work on mobile.

    #794942

    ok I did fix it this time

    @media only screen and (max-width: 767px) {
    .slide-entry {
      width:100% !important;
      margin-left:0 !important;
    }
    }
    #795274

    Hi,

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

    Best regards,
    Rikard

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