• I was wondering if there was a way to increase the custom header size that my theme allows?

    I am currently using the theme Chronicles https://prothemedesign.com/theme/chronicle/

    The only problem is that the custom header dimensions that my theme suggests is far too small for what I need.

    “Click “Add new image” to upload an image file from your computer. Your theme works best with an image with a header size of 1250 × 150 pixels — you’ll be able to crop your image once you upload it for a perfect fit.”

    Is there a way to be able to increase the custom header dimensions say to for example 1500 x 300 pixels, or 2000, x 500 pixels, or simply to increase the sizes to different dimensions?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The header image size is specified in the add_theme_support call for the custom header support. Even if you change the size there (in a child theme), you would need to adjust the CSS so that a bigger image works with the rest of the layout.
    It’s best to ask at the theme’s support forum.
    Commercial themes are not supported here. (we don’t have access to the code)

    Hi, @razrwire999

    your website container 1280px but navigation menus is very big.
    I think it is important to increase header navigation in your website and header image size is good.

    Navigation Menu CSS

    .menu-blog-container ul#nav li > a {
    	padding: 7px 20px;
    	margin: 0;
    	position: relative;
    }
    .menu-blog-container ul#nav li > a::before {
    	margin: 0px;
    	left: -3px;
    	position: absolute;
    }
    .menu-blog-container ul#nav li > a::after {
    	right: 5px;
    }
    nav.menu-primary > .container > .menu {
    	text-align: center;
    	float: none;
    	font-size: 0.7em;
    }
    nav.menu-primary > .container {
    	max-width: 100%;
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to increase custom header size?’ is closed to new replies.