Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #885232

    2/
    I use the grid portfolio with ajax. Is it possible to dominate the width of the image so that the text block is wider? If this happens it will decrease the white space that is created below the image.

    2.1 / Is it possible to avoid this blank space?

    2.2 / Does text not create scrolling arrays?

    2.3 /
    How do I disable the hover click of the image?

    LINK

    • This topic was modified 6 years, 11 months ago by mleite1. Reason: complement
    #885527

    Hey mleite1,

    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

    
    .portfolio-preview-content {
        width: 60.5%;
    }
    .avia_transform .ajax_slide a .image-overlay {
        display: none !important;
    }
    

    2.2 / Does text not create scrolling arrays? – Can you explain a bit more?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #885570

    Tks, Victoria.

    Have a nice day

    #885572

    I realized now that the image continues with the click hover to open it isolated. I want to disable this.
    I do not want the image to open
    LINK IMAGE
    https://imgur.com/LmZMLpY

    • This reply was modified 6 years, 11 months ago by mleite1.
    #886454

    Hi mleite1,

    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

    
    #top .portolio-preview-list-image img,
    #top .portolio-preview-list-image {
      pointer-events: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #887156

    Perfect Victoria…on css custom

    #887337

    Hi,

    Glad to hear that. Let us know if you need further assistance :)

    Best regards,
    Nikko

    #887429

    With this ticket everything is ok

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