3D FlipBook - Position of control bar

i***o@timobierbaum.com
2020-12-20
2020-12-24

I bought the plugin but I'm struggeling with customisation of the control bar. The control bar appears in the book so I'd like to shift it further down (top margin). But I can't change the margin for the control bar in my custom CSS. What do I need to do? Cheers, Timo

Replies

a***r@3dflipbook.net
2020-12-24
2020-12-24

Use WP Dashboard-> 3D FlipBook-> Settings-> customization for your css.

i***o@timobierbaum.com
2020-12-25
2020-12-25

Got that ... made the control bar transparent.

But, my problem is that I can't increase the distance between the book and the control bar (CSS structure seems to be beyond my simple mind and understanding). Thanks for your support.

a***f@ufv.ca
2021-02-10
2021-02-10

Hello, I purchased the Pro version and I am trying to do the same thing. How do I increase the distance between the book and the control bar using custom CSS?

a***r@3dflipbook.net
2021-02-15
2021-02-15

hi, insert in WP Dashboard-> 3D FlipBook-> Settings-> customization:

.short-white-book-view .view {
    position: relative;
    height: calc(100% - 42px);
}
.short-white-book-view .controls .ctrl {
  bottom: -42px;
}
Log In to leave a comment