New Landing How can we help? Atelier Sidebar Widget Cut Off

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #174134
    iamlucy
    Member
    Post count: 25

    Hi there,

    Is there any reason my sidebar content is being cut off rather than wrapping onto multiple lines?

    For example recent posts section (and the titles if they are too long).

    Please advise,

    Thanks,
    Lucy

    #174150
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .recent-posts-list li .recent-post-title {
      white-space: pre-line;
    }

    – Kyle

    #174153
    iamlucy
    Member
    Post count: 25
    This reply has been marked as private.
    #174157
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You can try this:

    .recent-posts-list li .recent-post-image {
      float: none;
      width: 100%;
    }
    .recent-posts-list li .recent-post-details {
      margin-left: 0;
      padding: 10px 0 10px;
    }

    – Kyle

    #174159
    iamlucy
    Member
    Post count: 25
    This reply has been marked as private.
    #174160
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes you would need to edit the file atelier/swift-framework/widgets/widget-posts.php

    Line 76:

    image = sf_aq_resize( $thumb_img_url, 94, 75, true, false );

    – Kyle

    #174170
    iamlucy
    Member
    Post count: 25
    This reply has been marked as private.
    #174228
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Unfortunately you’ll have to make the change to the parent theme

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register