Nature one slider text

Home Forums All Other Themes Nature one slider text

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #72970
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    hi

    http://snuginstallations.co.uk

    still getting issues with text spacing on the theme slider

    you sent me some fix code but as you can see not 100% for all screen sizes

    slide

    thanks

    #73040
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .slider-wrapper .slide_info { width:50% !important;}

    Regards,
    Dave

    #73049
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    sorry, still got the problem

    #73088
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    Remove:

    .slider-wrapper .slide_info { width:50% !important;}

    And add:

    @media screen and (min-width:1170px) and (max-width:1920px) {
    .slider-wrapper .slide_info { width:50% !important;}
    }

    Regards,
    Dave

    #73093
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    I think that’s done it, thanks

    #73100
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.