Trying to have a custom HTML block fixed on sidebar
-
If you look at my site, I have a mail list form on the right sidebar. I want it to stay fixed when a reader scrolls down my homepage and posts. None of the available fixed widget plugins work with custom HTML blocks. I’ve also tried the following CSS but it results in the widget becoming invisible.
#block-20 {
position: fixed;
}
Is there any solution that can make the widget visible and fixed when a reader is scrolling?Thanks!
WP.com: Unknown
Jetpack: Yes
Correct account: YesThe blog I need help with is: (visible only to logged in users)
-
What theme are you using? Most themes allow you to create a sticky sidebar by first creating a child theme. From there you can make more customizations like a sticky sidebar.
-
Hi Weber,
‘m using Saxon Theme from themeforest. I have the child theme activated. The problem with enabling sticky sidebar is that it makes the entire sidebar sticky from the top. I just want the last widget at the bottom to become sticky once I get to it while scrolling.
-
Hi Weber,
‘m using Saxon Theme from themeforest. I have the child theme activated. The problem with enabling sticky sidebar is that it makes the entire sidebar sticky from the top. I just want the last widget at the bottom to become sticky once I get to it while scrolling.
-
Hi there,
You’re posting in the support forums for the hosting provider, WordPress.com. We’re not the same thing as the open source WordPress software you’re using on your site, and we don’t make the theme you’re using, so our ability to help here is limited.
For help with modifications to your theme or child theme, please contact support for that theme directly instead. If you bought the theme through Themeforest, there should be a support link visible on the Themeforest page for the theme.
-
- The topic ‘Trying to have a custom HTML block fixed on sidebar’ is closed to new replies.