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

    Hi, as you can see here – https://screencast.com/t/vVu06CpjG – the box element is blocking the title. How can I make sure the title is shown and the box element begins below it on mobile only since it looks and works great on desktop.

    Thanks.

    #767167

    Hey DROR,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

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

    Hope this helps :)

    Best regards,
    Nikko

    #767226

    Great, thanks! It also seems to be an issue on iPad/Tablet – https://www.screencast.com/t/XucUnhyOhb – how can I fix this the same way as you suggest on mobile?

    #767235

    Hi,

    Try to change this part of the code I gave:

    @media only screen and (max-width:767px) {

    to:

    @media only screen and (max-width:1024px) {

    Best regards,
    Nikko

    #767243

    Thanks.

    #767251

    Hey,

    Glad we could help :)

    Cheers!
    Nikko

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