Are you talking about the homepage or inner pages?
Thread Starter
Question
(@notonlyguinness)
Hi again 🙂
I’m talking about the home page.
You can add the following CSS to change that:
.intro .cover-container {
padding: 100px 0;
}
By default the padding is 100px, so you can add more there to make it bigger. Hope this helps. 🙂
Thread Starter
Question
(@notonlyguinness)
Hi again,
Many thanks for your information, however, when I add this code and try to change the 100 for other numbers it just moves the avatar from the top and goes more down.
I would like to make the header section smaller, the size on the other pages is perfect.
Thanks for your patience.
If you want to make it smaller than you can decrease the padding from 100px to something lower. Let me know if I’m getting your question correctly. 🙂
Thread Starter
Question
(@notonlyguinness)
Hi again Hardeep,
When I add this code, it moves the height of the Text contained on the intro section, but does not reduce the height of itself.
Any other idea?
Many thanks
Sorry but can you explain that? 🙂
Thread Starter
Question
(@notonlyguinness)
Hi again,
I have finally fix it adding this code.
.intro {
height: 400px;
}
Thanks
Awesome! I’m glad to know that. 🙂