Tagged: header
Hello. I closed a ticket before I tested scrolling. I was able to center this but I would like it to remain centered upon scroll, when the header shrinks.
Thank you,
Ryan
Hey rlogan2334,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header.header-scrolled .widget {
bottom: 14%;
}
Best regards,
Yigit
Worked perfectly. Thank you!