Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #163432
    sonrisashavanese
    Participant

    No matter what size I make the photo on the landing page for my site which uses Gridalicious, the top of the photo is cut off. What do I need to change to prevent this from happening?

    https://sonrisashavanese.site/

    Thank you for your support.

    Rita Thomas

    #163454
    Skandha
    Participant

    @sonrisashavanese: This is because the height of the second image is a little bigger than the rest.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .grid-box.page.pageid-13 img {
    	height:225px !important;
    	weight:400px !important;
    }

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Placement of photo on front page.’ is closed to new replies.