Home › Forums › Pro Support › Similar display as in GP blog ? › Reply To: Similar display as in GP blog ?
February 3, 2017 at 8:59 pm
#1587
Keymaster
This is the code that should fix that issue:
.wp-show-posts-inner:after {
clear: both;
display: table;
content: '';
width: 0;
height: 0;
overflow: hidden;
visibility: hidden;
}