Reply To: article number in columns, iPad orientation problem, Slideout Menu

Home Forums Support article number in columns, iPad orientation problem, Slideout Menu Reply To: article number in columns, iPad orientation problem, Slideout Menu

Home Forums Support article number in columns, iPad orientation problem, Slideout Menu Reply To: article number in columns, iPad orientation problem, Slideout Menu

#244936
Tom
Lead Developer
Lead Developer

1. I’ve been playing with the spacing – would you want to test what I’ve done? If so, shoot me an email: https://generatepress.com/contact

2. This will increase the mobile header height:

.mobile-header-navigation .main-nav ul li a, 
.mobile-header-navigation .menu-toggle, 
.mobile-header-navigation .mobile-bar-items a {
    line-height: 100px;
}

I see you added custom CSS for your mobile header – you’ll need to adjust it as well to fit. For example:

.mobile-header-navigation .mobile-header-logo, 
.mobile-header-navigation .mobile-header-logo img {
    height: 50px;
    width: 150px;
    margin-top: 10px;
}

3. You can target your menu classes like this:

.main-navigation .main-nav ul li.your-custom-class a {
    /* CSS for custom class here */
}

4. Not sure what you mean here? If you have excerpts enabled, then no HTML will show up in the excerpts (line breaks, images etc..).