• Hello! I’m having some trouble with the image in my About page on my Dyad theme wordpress blog. On the desktop version, the header cuts off the top of my head until I scroll downwards. Is there a way for the whole picture to always be visible.
    Secondly, on the mobile version, the top of my head is always cut off.
    Thank you for any solutions you have to this problem
    Yazmine

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi, try adding the following to your Additional CSS. I’ve limited this to your about page only using the unique page id CSS class from the opening body tag.

    .page-id-1462.is-singular .entry-media {
    	background-position: 50% 100px;
    }
    .page-id-1462.is-singular .entry-media-thumb {
    	background-position: 50% 0;
    	background-repeat: no-repeat;
    	background-image: url('https://i0.wp.com/yazminelomax.com/wp-content/uploads/2017/09/meeeeeeeeeeeeeee.jpg?resize=960%2C1280') !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘About Page’ is closed to new replies.