Okay
  Public Ticket #1112975
Portfolio masonry tile mobile sizes
Closed

Comments

  •  2
    aroby86 started the conversation

    Can anyone direct me to a setting or custom css to use to make the masonry tiles (wide) the same height as the normal ones on mobile view only. As at the moment they come out so small and thin that it hides the image too much.

    See image.

    Thanks

  •  8,404
    Tahir replied
    Hey Alex, Please provide the page url so that i can write up the custom css for whats possible. Thanks


    ThemeNectar Support Team 

  •  2
    aroby86 replied

    Sure the url is alexroby.com.

    Also the nectar slider left button on mobile isnt in the correct place if you can help?

  •  8,404
    Tahir replied

    Hey Again,

    You will have to switch to the Square size instead : 

    Be.st 


    ThemeNectar Support Team 

  •  2
    aroby86 replied

    Surely there must be a line of custom css that can be put in to state:

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

    make the wide tiles XXXXpx width and height instead.

    Viewing the code I can see the parameters its just when I tried to add css to target them it doesnt work, do you have no idea how to do this?


    Also the mobile view for the nectar slider is broken for this version of salient, the left arrow is in the wrong place: please see alexroby.com for details. 

  •  8,404
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 470px) {
        .portfolio-items .elastic-portfolio-item.wide .bottom-meta {
            position: relative !important;
        }
        .portfolio-items .elastic-portfolio-item.wide .work-info {
            padding: 0 !important;
            position: relative !important;
        }
    }

    Thanks


    ThemeNectar Support Team