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

    Hi, as you can see here – http://screencast.com/t/8R0zbs2SeA – when on mobile the boxes are going over the header image and on smartphones it is even worse as they block it completely. Is there an option to make these boxes appear below the color section only on mobile?

    Thanks.

    #723024

    Hey DROR,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .home #info .flex_column_table {
        margin-top: -130px !important;
    }
    }

    Best regards,
    Rikard

    #723032

    Thanks!

    There’s an issue with Enfold RTL support. When using a Grid Row Element the order is reversed, so the column that is shown on the right in the editor is actually showing on the left in the live page. On desktops it’s OK but on mobile it makes a mess of things.

    Same thing happens when you edit a column and select “equal height”. That makes the order switch so the left column in the editor would be the right column on the live page…

    Any chance you can tell me how to fix this?

    Thanks!

    #724105

    Hi,

    I haven’t work that much with rtl sites but, if I am not mistaken, you should treat the editor as if you’re working in an LTR site. The RTL styles will only be applied in the frontend.

    Best regards,
    Ismael

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