Jeg har haft Rammer (Frame) rundt om mine tekster. Pludselig forsvandt de ved opdatering til WP 4.8. Kan i hjælpe
Rammerne var lavet i CSS som vist nedenfor:
#content-full {
margin-top: 20px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
}
.textbox {
width: 520px;
height: 60px;
font-family: Times New Roman;
border: solid 2px #8FA2FF;
padding: 2px;
border-radius: 5px;
font-size: 14px;
box-shadow: 4px 4px 2px 0px #9C9C9C;
background-color: #FFFFFF;
outline: none;
color: #000000;
}
not a support question