I am having an issue. I made a fixed header which functions properly,but i am having trouble with adjusting the position of the text underneath it. I made a text section which i moved about 150 pixels under the fixed header so that it can be seen under the header on my laptop viewport. But when i set the window size to the smallest size possible (extra small),it does not look so good because it seems too close to the header. I want to make it go lower,but if i made it lower by changing the class
.TEXTSECTION {
font-size:25px;
text-align:center;
top:150px; (from 150px to 200px)
then my textsection goes too low on the large screen.
Is there a way to address the
