Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #947212

    Hallo!

    Ich habe bei meiner Team-Seite zwei Spalten angelegt, um Text (2/3) und Bild (1/3) nebeneinander darstellen zu können. Da das Bild bei einer Bildschirmbreite von 900px schon klein wird, möchte ich die beiden Spalten bei einer Bildschirmbreite kleiner als 900px untereinander anzeigen lassen. Und da ich das Bild rechts vom Text platziert habe, wird das Bild unter dem Text angezeigt, sobald die Spalten untereinander dargestellt werden. Hier hätte ich das Bild aber gerne über dem Text.

    Danke

    #948382

    Hey M_AVT,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #948843

    Hey Victoria
    Thanks for your response. Here is the link to my website.

    #949940

    Hi,

    Duplicate the section and re-order the columns. Place the image before the text. Use the Screen Options to toggle the visibility of the elements.

    Best regards,
    Ismael

    #951549

    Hi Ismael,

    thanks for your reply. I already tried it with duplicating the content. It works but i have a gap because the place of the gridrow is still shown, because there is a min-height of 100px. But how can i change this min-height bacause it is inline css.

    Thanks M_AVT

    #952643

    Hi,

    Thank you for the update. Did you set the visibility option of the elements inside the grid row? You should duplicate the grid row and set it’s visibility options instead.

    Best regards,
    Ismael

    #956879

    Hi Ismael!

    I duplicated the whole grid row and set the visibility at the grid row options. But now i have the gap between the menu and the content.

    Best regards

    #957677

    Hi,

    Please add

    .notfullsize { display: none }

    And that would fix the space :)

    Let us know if you need something else.

    Best regards,
    Basilis

    #958035

    Hi Basilis

    Thanks for your reply, but this code doesnt help. If i use it my whole content isnt visible anymore.

    Best regards

    #959568

    Hi,

    Thanks for the update. They both have the same gap. Which “gap” are you referring to?

    // https://imgur.com/a/gdAk88p

    If you want to remove that gap, please use this css code.

    @media only screen and (max-width: 767px) {
    #av-layout-grid-1 .flex_cell:nth-child(1) {
        display: none !important;
    }
    }

    Best regards,
    Ismael.

    #960202

    Hi Ismael

    Thanks for your reply. Sorry i havn`t explained it clearly.
    When the grid row is not duplicated the page looks like that on fullscreen https://imgur.com/OkuCeY3
    and on the Team page with the duplicated grid row also on fullscreen it looks like on this screenshot https://imgur.com/4i1j7vM (The gap is marked with the red circle)

    Thanks and best regards

    #961546

    Hi,

    Best regards,
    Victoria

    #962961

    Hi Victoria!

    Sorry, the php file was renamed. Now the link is correct.

    Best regards
    M_AVT

    • This reply was modified 6 years, 6 months ago by M_AVT.
    #964211

    Hi,

    Did you try the css code above? That will remove the gap above the grid row. You should apply a unique Section ID to the grid row element and use it instead of the generic selector “#av-layout-grid-1”.

    Best regards,
    Ismael

    #967751

    Hi Ismael!

    Thanks for your reply. Yes I tried the css code and i also used a unique ID for the grid row, but nothing changes.

    The grid-row element i find in the html in the following line. If i unselect “min-height: 100px” the gap disappears.

    • This reply was modified 6 years, 6 months ago by M_AVT.
    #970417

    Hi M_AVT,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .page-id-24 .main_color.notfullsize {
      min-height: 2px !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #977338

    Hi Victoria!

    Thank you so much, this code works.

    Best regards

    #977480

    Hi M_AVT,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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