Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #851834

    Damon B
    Participant

    I’m having an issue with one of my sites. When i shrink the screen it is cutting off the top of my pages underneath the header as shown below

    Full Screen
    http://sarahrosepr.com/wp-content/uploads/2016/03/full.jpg

    Minimized Screen (Tops of portfolio items cut off)
    http://sarahrosepr.com/wp-content/uploads/2016/03/shrink.jpg

    Any advice on how to fix it? It’s also happening on the slider on the homepage – http://sarahrosepr.com/

    #851936

    Friech
    Moderator

    Hi There,

    Thanks for writing in! We need to reduce the width of the logo when the site is viewed in certain screen size. You can add this under Custom > CSS in the Customizer.

    @media (min-width:  979px) and (max-width: 1105px) {
    	.x-brand {
    		max-width: 300px;
    	}
    }

    Hope it helps, Cheers!