Okay
  Public Ticket #1794053
Cascading images weird behaviour
Closed

Comments

  • Maciej started the conversation

    Hello

    Got Issue with cascading images.

    Got 3 images, and I want to set the offset for two of them. When adding the offset from Salient options it moves the image but also it shrinks the images without controll  while I want them to stay the same size. Also notice on screenshot that if i set the offset only on "tablet" image the "mobile" image dissapears. Maby I don't undersand how setting offset in Salient works ?

    Also If i display the page on mobile on smaller rosolutions "mobile" image gets truncated and is not visible. 

    I added my custom css styles to set the images offset without salient resizing issue but the issue with "mobile" image disappearing still remains.

    .cascading-section .vc_column-inner .wpb_wrapper div.nectar_cascading_images .cascading-image:nth-child(2){
        transform: translateX(-71%) translateY(-15%);
    } .cascading-section .vc_column-inner .wpb_wrapper div.nectar_cascading_images .cascading-image:nth-child(3){
        transform: translateX(-80%) translateY(109%);
    }

    On second attachment I added desired display of this section.

    Best regards

    Maciej



  •  8,996
    Tahir replied

    Hey Again,

    Not really sure why you used the css as the Theme Options are sufficient ? . 

    Best 


    ThemeNectar Support Team 

  • Maciej replied

    As I mentioed, if I set the offsets with theme options images get resized.

  •   Tahir replied privately