Hi SeanP
I am sure you must be frustrated with all of these tech support questions - so I completely understand if you don't reply!
I am using Debut theme with the announcement bar enabled. I have implemented Option I and it does work... but down by screen "jumps and jiggles" when it loads. Any idea what I am doing wrong?
Thanks
Kerry
Here's the fix to the Header covering the contents of the Body of the page.
You need to increase the space between the Header and the Body of the page. I found that this can be adjusted by changing the values in the code above (see my example below in bold) which had acceptable results for my site. Note that the top value changes the desktop version of the theme and the value below changes the mobile version.
#PageContainer {
padding-top: 130px;
}
@media screen and (max-width: 749px) {
#PageContainer {
padding-top: 200px;
thanks for posting @MinusH2O . I changed the values you gave to the following to fix the header on my page.
#PageContainer {
padding-top: 201px;
}
@media screen and (max-width: 749px) {
#PageContainer {
padding-top: 301px;
}
}
User | Count |
---|---|
799 | |
132 | |
92 | |
68 | |
60 |