Okay
  Public Ticket #995936
full width image at album page
Closed

Comments

  •  2
    Yedida Sadewa started the conversation

    hello sir, 

    i had a problem, 

    i tried to make the image at album page full width, with no text on it, but i cant find the code to make it full width in main.css ,

    can you help me?

    thanks before :)

  •  840
    Jelly replied

    Hi,

    Please try the custom css below:

    #albums-carousel .carousel-cell .album .content-text {
        display: none;
    }
    #albums-carousel .carousel-cell .album .content-text, #albums-carousel .carousel-cell .album .content-photo {
        width: 100%;
    }

    Best Regards,
    Jelly Team

  •  2
    Yedida Sadewa replied

    its works perfectly sir,

    thank you so much :)