Hi,
please have again a look at: http://neu.dr-kueblbeck.de/die-praxis/praxisteam/
Two problem:
1st: For some reason the job-title in the first column does not wrap. Why and how can I change this behavior?
2nd: If I narrow the the window size to 500px for example, the team-pics are center but the the text blocks below are aligned left. How can I center the text-blocks, but not center the content inside?
Thanks again
Karsten
PS:
Feel free to reply in german ;)
Hey ichmusshierweg,
Here are the styles that might help you:
@media only screen and (max-width: 767px) {
.post-entry.post-entry-type-page.post-entry-1138
.av_textblock_section .avia_textblock {
margin: 0 auto;
width: 55%; /* or try 270px;*/
}
}
.post-entry.post-entry-type-page.post-entry-1138
.av_textblock_section .avia_textblock p {
word-wrap: break-word;
}
Put them in you child theme styles.css.
If you need further assistance please let us know.
Best regards,
Victoria