Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1429455

    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

    #1429458

    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

    #1429469

    Hey Mike

    that works fine
    thanks

    would it be possible that the scrollbar is only as wide as the text?

    thanks
    kind regards
    Franz

    #1429471

    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

    #1429472

    Thanks to Mike
    Now it looks great

    you can close this request

    kinde regards
    Francis

    #1429479

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘without picture text distance left and right equal’ is closed to new replies.