Acme Themes

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Logo Size #42607
    Jadon Veldman
    Participant

    Add this to your custom css..

    @media (min-width: 576px) {
    		.custom-logo-link {
        max-width: 200px;
    			margin-top: 6px
    }
    }
    
    @media (min-width: 768px) {
    		.custom-logo-link {
        max-width: 200px;
    			margin-top: 6px
    }
    }
    
    @media (min-width: 992px) {
    			.custom-logo-link {
        max-width: 248px;
    				margin-top: 9px
    }
    }
    
    @media (min-width: 1200px) {
    		.custom-logo-link {
        max-width: 260px;
    			margin-top: 9px
    }
    }
    in reply to: Edit "Feature Image" on an individual page #42606
    Jadon Veldman
    Participant

    Individually, not across all of them.

    in reply to: Edit "Feature Image" on an individual page #42605
    Jadon Veldman
    Participant

    I’m not looking to add another banner image. There should be a way to edit the background banner image already at the top of each page.

    https://pasteboard.co/HV61NJ7.png

    Thanks,

    JV

Viewing 3 posts - 1 through 3 (of 3 total)