Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #161799
    skynet
    Participant

    As we can see on every post on my blog natureword.com
    you can see a white space out of the line no line with previous catchbox pro version

    https://www.dropbox.com/s/lrxmde8g79lj6a4/Screenshot%202018-12-19%2008.27.17.png?dl=0

    #161809
    Sakin
    Keymaster

    @skynet: I check in your screenshot and site and I see that you have custom css which is causing that issue. So, add the following css:

    .entry-meta .comments-link {
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing:    border-box;
    	box-sizing:         border-box;
    }
    #161812
    skynet
    Participant

    Thank you Sakin solved!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Layout problem after catchbox 5.0’ is closed to new replies.