CSS Styling in Backend-Project Page
-
Hi Peter,
i have a problem setting a specific height for images added in the project pages, when i am at the data entry form.
I’ve already tried stuff like:
table.wpda_simple_table > tbody > tr > td.data div{
height:150px !important;
}
table.wpda_simple_table div#media_container_id img{
height:150px !important;
}Nothing works. I don’t get the right path to the img i guess. If possible it would be nice to set the height or width of all data-entry-pictures to a specific value.
Currently if I add big pictures they are displayed with 2000px width, so that the data entry form gets really confusing.Thanks in advance.
ChiaraPS: I’ve also made a screenshot but I can’t send it in this support-forum.
The topic ‘CSS Styling in Backend-Project Page’ is closed to new replies.