How to change border Box size
-
I just found a simple solution to change the outer border box size in which is displayed the family tree.
Edit the file:
(WordPress Dir)/wp-content/plugins/wp-family-tree/styles.cssI only removed (did a comment on) the “width” value and now the width is automatic set perfectly depending on the screen size.
#borderBox {
position:relative;
border:1px solid grey;
width:/*630px*/;
height:630px;
overflow:hidden;
}Hope this works also for you.
Cheers
- The topic ‘How to change border Box size’ is closed to new replies.