Struggeling with special CSS setup
-
Hi.
Thanks for a great plugin!
Though, I have some problems. I have manage to get it to work with the element that I want to be sticky. All works fine, sort of.
I’m trying to get rid of the padding so that the sticky element would be smaller (top and bottom gone/reduced) The text size and image size is perfect, but I can’t get rid of the padding…
As of now, I have this in my CSS:
.element-is-sticky {
background-color: white !important;
border-bottom: 1px solid rgba(192, 192, 192, 1);
}.element-is-sticky a img {
width: 130px !important;
background-color: white !important;
}How do I get rid of the padding? And also, if possible on my site, how do i make the sticky 100% width of page? (page is all white anyway)
I’ll be happy for any help from you!
The page I need help with: [log in to see the link]
- The topic ‘Struggeling with special CSS setup’ is closed to new replies.