New Landing How can we help? Themeforest Theme Support Neighborhood Question regarding the text in full width text block

Viewing 12 posts - 1 through 12 (of 12 total)
  • #254497
    goodtimesmag
    Member
    Post count: 191

    Hi swiftideas team,

    I would like to have more space on the left and the right of the text in my full width text block (see image attached).

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

    Edit the text, switch to ‘Text’ view tab and not Visual and add a <br> where you want to break the text.

    Thanks.

    #254528
    goodtimesmag
    Member
    Post count: 191

    But then the text also breaks there on smaller screens what looks bad! (see screenshot)

    Attachments:
    You must be logged in to view attached files.
    #254634
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media screen and (max-width: 767px) {
    .full-width-text h2 span{
    font-size: 20px !important;
    }
    }

    Thanks
    Mohammad

    #254645
    goodtimesmag
    Member
    Post count: 191

    Hi Mohammad,

    thanks for the code, but this is not the solution for the problem.

    Actually I don’t want to work with a text break, because this break cause strange looks on changing screen sizes.

    I just want to have more margin (left and right of the text) in the full width text block on screens bigger than 1200px.

    #254693
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove the BR tag from text and let me know. I will check to find another solution.
    Thanks
    Mohammad

    #254711
    goodtimesmag
    Member
    Post count: 191
    This reply has been marked as private.
    #254747
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have managed to resolve the issue so please check it now.
    Thanks
    Mohammad

    #254750
    goodtimesmag
    Member
    Post count: 191

    It looks great on my macbook, but when I check the site on my iphone 5s some text elements are not centered (see image attached).

    And could it be that my text (schnäppchen finden, geld sparen etc.) in the red full width text block is also not centered?

    Attachments:
    You must be logged in to view attached files.
    #254852
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code also:-

    @media screen and (max-width: 767px) {
    .full-extra-space h2 {
        font-size: 15px !important;
    }
    }
    
    

    Thanks
    Mohammad

    #254866
    goodtimesmag
    Member
    Post count: 191

    Hi Mohammad,

    is there no other solution? Actually I don’t want to reduce the text size. I just want every text element to be centered.

    #254874
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am afraid that its not possible beside it.
    Thanks
    Mohammad

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

You must be logged in to reply to this topic.