Gateway Theme home page layout
-
Using the Gateway theme and I have uploaded the Header image, but I need to scroll down to see the tabs. I would like to size the page so that the tabs appear directly under the image without scrolling.
the site we’re talking about https://pizwee.wordpress.com/ ?
The blog I need help with is: (visible only to logged in users)
-
Your site is set to private so I can’t tell exactly but looking at the Gateway demo site, and depending on the size of main image you’ve used, you can reduce some of the spacing between the logo, title, site description and button at the top of the page.
Try these bits out to mess with the spacing to get it how you would like, I’ve included some new values based on the demo:
@media only screen and (min-width: 50em) { .site-branding { padding-top: 1em; padding-bottom: 1em; } .hero-section { margin-top: 0.5em; margin-bottom: 1em; } .hero-section .hero-content { padding-top: 1em; padding-bottom: 1em; } } .hero-section .hero-title { margin-bottom: 0; } -
@woodhamilton, you can use decimal numbers, so try things like 79.2em, etc. In some instances, 1em can be a huge amount and in others a small amount since it is a relative measurement.
You can also try things like 79.25em, etc.
- The topic ‘Gateway Theme home page layout’ is closed to new replies.