Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #130349
    skynet
    Participant

    Hello Catch Team, please take a look: https://www.dropbox.com/s/l9b74cb8meellkx/Screenshot%202018-01-23%2007.48.50.png?dl=0
    How can i remove this white space on excerpt visible only on desktop?
    natureword.com

    My last topic for this winter 🙂

    #130353
    Skandha
    Participant

    @skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #post-13238,#post-13180,#post-13144,#post-13134,#post-13095,#post-13090,#post-13179{
    	padding-bottom: 0;
    }

    Let me know if this resolves the issue!

    Regards,
    Skandha

    #130357
    skynet
    Participant

    Hello Skandha, thank you for your time i really appreciate it. This solve the problem in part, because if i go to see older post the problem is here again, i think i need some css to make padding-bottom: 0; too all post.

    #130358
    Skandha
    Participant

    @skynet: Please replace the previous CSS code with the code below.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    #content article {
        padding-bottom: 0;
    }

    Let me know if this does the trick!

    Regards,
    Skandha

    #130359
    skynet
    Participant

    YEAH! does the TRICK!!! Thank you so much Skandha! Everythink looks great now..just last question
    take a look a page with comments like this one https://www.natureword.com/worms-and-intestinal-parasites-causes-symptoms-and-treatment/

    how can i remove this grey boreder line? or can i make it white? https://www.dropbox.com/s/5zzfk17q27vlyvs/Screenshot%202018-01-23%2011.01.15.png?dl=0

    #130361
    Skandha
    Participant

    @skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    .commentlist > li.comment{
    	border-color: white;
    }

    Let me know if you have any more issues!

    Regards,
    Skandha

    #130363
    skynet
    Participant

    Just Awesome Support Skandha! Everythink is solved. At the moment, I have no more issues! Thanks you for time and dedication and sorry for so much posts, i just redesign my website for new year! Have a nice wonderful day Skandha!

    #130364
    Skandha
    Participant

    @skynet: Glad that the issues have been resolved. Have a good day!

    Regards,
    Skandha

    #130447
    skynet
    Participant

    Hello Skandha, sorry but i have one more question: How can i remove this round border and make it look normal i want the straight line no rounded https://www.dropbox.com/s/atsw1qp3mafsbs5/Screenshot%202018-01-24%2013.28.47.png?dl=0
    website: https://www.tecnologino.com/

    Thank you!

    #130495
    Skandha
    Participant

    @skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS.

    .hentry {
    border-radius: 0;
    }

    Let me know if you have any more issues!

    Regards,
    Skandha

    #130499
    skynet
    Participant

    Saved my day again! Thank you so much Skandha!

    #130500
    Skandha
    Participant

    @skynet: Glad the issue is resolved! Have a good day!

    Regards,
    Skandha

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How can i Remove This White Space’ is closed to new replies.