Okay
  Public Ticket #3396935
portfolio height calculate
Closed

Comments

  •  1
    Microweb started the conversation

    Hi Supporto,

    on this page, the style attribute, calculate a wrong height.

    In fact the corret height, must be at least 2400px.

    Where I can add pixel to this height?

    I add an css ID but this is not dynamic.

    Thank you very much.

    Best regards.

    Roberto.

    style="position: relative; height: 2298.39px;"


    Attached files:  Cattura.PNG

  •  1,823
    Support replied

    You have change it with #portfolio-mergus

    https://prnt.sc/JdPQyRuIgshm

    Or it's not working?

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1
    Microweb replied

    No,

    I would like the height automatically calculated by the page to be bigger because I don't see the portfolio titles in the lower part of the page.

    I forced the ID #portfolio-mergus but I want to remove it if the page calculates the height correctly.


  •  1,823
    Support replied

    I need to escalate your ticket to our web designer then.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1
    Microweb replied

    Hi Support,

    on this page https://mergus.it/plus-intro/ 

    ON MOBILE VERSION

    I need more distance between title and next image,

    but the position is absolute.

    When the theme calculate the top value, is it possible add at least 25px more or make distace between title and next image is 25px?

    Thank you very much.

    Best regards.

    Roberto.

    Attached files:  Cattura.PNG

  •  1,823
    Support replied

    Hello Roberto we suggest the following only on mobile

    @media (max-width: 767px){

    item-title span {
        display: inline-block;
    }

    .item-title h5 {
        font-size: 10px; /* or 15 px */

        margin-bottom: 10px;
    }

    }

    in customizer-> additional css, to make the title visible without breaking the layout

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1
    Microweb replied

    Hi,

    on desktop version, the title and category of last image is not visible.

    on mobile versione, the category is not visible; it is visible for only one.

    The page is:

    https://mergus.it/plus-intro/

    Thank you very much.

    Best regards.

    Roberto.

    Attached files:  Cattura.PNG
      I-plus-Intro-Mergus.png

  •  1,823
    Support replied

    Hi Roberto, the fix for the desktop version is:

    #itemsWrapperLinks {
      padding-bottom: 150px;
    }

    for mobile i did not apply the changes we suggested in our prev comment (that are necessary because you have long titles)

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1
    Microweb replied

    Hi Support,

    thank you very much.

    Your css code solved the problems on the desktop version and on the mobile version.

    Have a good day.

    Best regards.

    Roberto.