Forum Replies Created
-
AuthorPosts
-
Andras
ParticipantHello Victor!
Thank you for your reply.
I changed the hook to "genesis_before_header"
I removed the fixed position for the site-header:
.site-header {
background-color: #fff;
border-bottom: 1px solid transparent;
min-height: 80px;
padding: 10px 40px;
/* position: fixed; */
top: 0;
width: 100%;
z-index: 9999;
}What am I still missing?
Andras
ParticipantThank you!
How did you find this bit of code? I tried with inspector, but as I could not right-click it, could not find it. How did you do it?
Andras
ParticipantI wrote the wrong thing, but did the right.
Both pages are set NOT full width. And the theme setting is NOT full width.
Yet, sidebars do not get displayed.
Andras
ParticipantHello Victor,
I changed the Genesis Theme Settings to full width, and I checked the Shop page setting - it was full width, and the setting of the post mentioned above - that one was full width as well.
The sidebars still do not show.
Any further ideas?
Andras
ParticipantActually the site was migrated to a new server about a week ago. Might this have had an impact?
I moved the site with the Duplicator plugin.
I have also added a "Mailgun integration for WordPress" plugin. I doubt this could affect the sidebar, but I am clueless what else might be the cause.
Andras
ParticipantThank you! Perfect. It looks just as I hoped.
Andras
ParticipantPerfect! Thank you!
Andras
ParticipantCan I have one part (one widget area) of the solid section one way, and the other part the other way?
Andras
ParticipantThank you Andrenell!!
Andras
ParticipantGood point. 🙂
Thank you!
Andras
ParticipantJust what I needed to find my way. Thank you!
Andras
ParticipantThank you!
Andras
ParticipantVictor, I am happy when I get a reply from you. I can be sure I get the best answer.
Thank you!
Andras
Participantfor email notification only
Andras
ParticipantHey,
I found a solution:
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #B2E1E7;
color: white;
text-align: center;
}source:
https://www.w3schools.com/howto/howto_css_fixed_footer.aspWith this you can stick anything to the bottom. Only need to replace "footer" with the section you want to stick.
Andras
ParticipantSorry!!! It is NOT Gallery Pro.
It is SHOWCASE PRO.
Andras
ParticipantTerry,
Thank you so much!
I went all over it a 100 times with Inspector... It was driving me mad. :)))
Thank you!
Andras
ParticipantThank you Eppie!
Andras
ParticipantHello Victor,
Thank you for your help!
Honestly I could not identify the lines in inspector. 🙁
Should this code be found in WordPress in style.css or in php?
How can I remove the lines?
Andras
ParticipantI mean the above is the "fix" that did not work.
-
AuthorPosts