break word correction
-
hi:
the text is not readable once the announcement is posted because the text leaves the screen.It must be added:
p {
margin: 0 0 15px 0;
word-break: break-all;
}so that the text of the buttons do not come out of the button I modified:
file -> wpbdp.css
.wpbdp-main-box-large .submit-btn {
padding-left: 5px;
width: 40%;
}.wpbdp-main-box-large .search-fields {
padding-right: 5px;
width: 60%;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘break word correction’ is closed to new replies.