New Landing How can we help? Themeforest Theme Support Joyn Resize text window in post detail view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Joyn
  • #241579
    Acurio
    Member
    Post count: 30

    Hi,

    When resizing the window in post detail view, the text will go outside the right hand side of the screen usually when it’s a smaller browser window. How do I make the text wrap when minimizing the browser window?

    See link and resize the window.

    Br Christian

    #241685
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You have this custom css code that is cause to issue.

    body.single-portfolio article.type-portfolio {
        width: 50%;
        margin: 0px auto 100px;
    }

    Thanks
    Mohammad

    #242056
    Acurio
    Member
    Post count: 30

    Hi,

    I have received all the css from you guys, I have not added anything myself. I tried to remove that css, but that will make the text end up below the image, but I do want to have it on the right side.

    Is there any ´other solution? Is it not possible to make the text window set to a certain width to for the text to wrap if it goes out of those limits?

    Br Christian

    #242124
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use all css code and provide me marked screenshot to indicate all issues.
    Thanks
    Mohammad

    #243053
    Acurio
    Member
    Post count: 30

    Hi,

    Now it is working, but I have some other questions related to this.

    Q1. When I minimise the browser window to the a smaller size it will look like attachment (1). I don’t want the view to look like this and would like it not become smaller than attachment (2), is that possible to fix?

    Q2. In attachment (3) there is still text that is outside the text window. That goes even for a even more resized view attachment (4). Is this possible to fix?

    I use the following CSS:

    .home #footer{
    display:none !important;
    }

    .testimonial-text.text-large > p {
    font-size: 20px;
    }
    #breadcrumbs {
    display: none;
    }
    /*
    .heading-text, #breadcrumbs{
    display:none !important;
    }
    */
    .single-portfolio-split figure.media-wrap img {
    width: auto!important;
    }
    article.type-portfolio figure.media-wrap {
    width: 50%;
    }

    .single-portfolio figure.media-wrap{
    width:56% !important;
    }
    .single-portfolio .page-content{
    width:44% !important;
    }

    /* Font size of date in detail post*/
    .item-details time {
    font-size: 16px;
    }

    /* Font size of text in detail post */
    .single-portfolio .content-wrap p {
    font-size: 16px;
    }
    .page-id-13068 .entry-title,.page-id-13073 .entry-title,.page-id-13071 .entry-title{
    display:none !important;
    }

    .entry-title{
    color:#ffffff !important;
    font-size:20px !important;
    }

    body.single-portfolio article.type-portfolio {
    width: 50%;
    margin: 0 auto 100px auto;
    }
    .post-date{
    display:none !important;
    }
    .item-details time {
    display: none;
    }

    Br christian

    Attachments:
    You must be logged in to view attached files.
    #243514
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Can you add your images in .jpg or .png format?

    Thanks.

Viewing 6 posts - 1 through 6 (of 6 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