Tagged: x
-
AuthorPosts
-
January 19, 2017 at 6:53 am #1336580
adriangregoryParticipantHello
The first section of each page seems to be getting hidden behind the header bar in desktop view only. I’m guessing it’s a padding or margin problem. It appears perfectly on mobile view.
Here is a link to test page of the site:
http://www.portsmouthmusicacademy.co.uk/cms/music-lessons/guitar-lessons/
Thank you
January 19, 2017 at 8:55 am #1336696
DarshanaModeratorHi there,
Thanks thanks for writing in! You can add this under Custom > CSS in the Customizer.
.entry-content { padding-top: 75px; }Hope that helps.
January 19, 2017 at 1:31 pm #1337117
adriangregoryParticipantHi
Thanks for the reply. That has solved the problem in desktop view but when the screen shrinks it creates a white gap. Do I need to add something else to the CSS to account for different screen sizes?
Thanks
January 19, 2017 at 1:35 pm #1337145
NicoModeratorHi There,
You could use a @media query to achieve the best execution of code according to screensize.
For example, the code below will be executed when it reaches the screensize 979px
@media (max-width:979px){ .entry-content { padding-top: 75px; }}Hope it helps.
Let us know how it goes.
Thanks.
January 19, 2017 at 3:03 pm #1337275
adriangregoryParticipantThat’s worked great, thank you for your help.
January 19, 2017 at 4:28 pm #1337389
FriechModeratorYou’re more than welcome, glad we could help.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1336580 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
