Nature One Pro, home page title spacing

Home Forums All Other Themes Nature One Pro, home page title spacing

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

    http://snuginstallations.co.uk/wordpress/

    can you let me know the fix for the home page title spacing between the top of the title text and the bottom of the slider, they’re touching, need about 10px spacing

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

    Hi Nigel,

    Add this code in Custom CSS Box:

    .slider-wrapper{margin-bottom:25px;}

    Regards,
    Dave

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

    dave, just spotted another issue on this theme, this one is the post ‘featured image’, it’s being squashed to fit a box, can this be changed? see http://snuginstallations.co.uk/wordpress/new-testimonial/

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

    sorry Dave, the client has spotted a 3rd issue with the theme, under the featured image on a page there’s a horizontal rule with a drop diamond. this is not in the centred on the title (or the title is not centred?)

    can you supply a fix please?

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

    Hi Nigel,

    Add this code in Custom CSS Box:

    #slider-page::before, #slider-page::after{right:49% !important;}

    Regards,
    Dave

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

    Dave

    the code works on desktop devices but NOT mobile

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

    the slider text code you sent works OK on mobile but not tablet, please advise

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

    Add this code in Custom CSS Box:

    @media screen and (max-width:479px){
    #slider-page::before, #slider-page::after{right:44% !important;}
    }

    Regards,
    Dave

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

    thanks Dave but there’s still a problem on tablet size

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

    Hi Nigel,

    Add this code in Custom CSS Box:

    @media screen and (min-width:991px) and (max-width:1024px){
    .slide_info { width:55% !important;}
    }

    Regards,
    Dave

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

    still got the error

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

    Kindly remove the cache of your browser and check again OR can you tell us the resolution where it happens?

    Regards,
    Dave

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

    Hi Nigel,

    Kindly remove previous code and add this code in Custom CSS Box:

    @media screen and (min-width:991px) and (max-width:1169px){
    .slide_info { width:55% !important;}
    }

    Regards,
    Dave

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

    can we resolve #67766 now please?

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

    Hi Nigel,

    It seems that you have removed the screenshot. Could you send us a screenshot #67766 again.

    Regards,
    Dave

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