My one page site is split into 3 sections – I have 3 anchor points defined by 3 different ids.
The 3 items on the menu link to each of these anchor points.
Because of the set spacing on mobile, the top of each section loads too high up. I would like it lower. I'm trying this:
#works {
padding-top: 9vw;
}
#press {
padding-top: 9vw;
}
#contact {
padding-top: 9vw;
}
I imagine it may be too basic. Once again, any advice would be much appreciated, thanks! 🥀