Hello everyone I have the scrollbar portfolio here
page below
Css code :below
My question is
if i make the scrollbar mousover the text appears and with the reduced image
is it possible that the text is not wrapped and that the small image is not displayed
thanks
kind regards
Franz
Hey schweg33,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .avia-post-nav .entry-image {
display: none;
}
#top .avia-post-nav .entry-info-wrap {
text-align: center;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey Mike
that works fine
thanks
would it be possible that the scrollbar is only as wide as the text?
thanks
kind regards
Franz
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .avia-post-nav:hover .entry-info-wrap {
width: auto;
}
#top .avia-post-nav .entry-info {
width: auto;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thanks to Mike
Now it looks great
you can close this request
kinde regards
Francis
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike