• Resolved wordpresshat

    (@wordpresshat)


    Thank you for this plugin, it is easy to use. A couple questions:
    How do I change the color of the right-side book? It is showing a box around the image in #efefef. I’ve changed the css, but it is not changing on the site. This is the code I have changed: .booklet .b-wrap-right {background:#fff;}.
    Also, I would like to increase the size of the images on some of the other photo books I have created. How do I do that?
    Thanks you for your help!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, Please paste following code in custom css box

    .flipbook img {
      width: 100% !important;
    }
    Thread Starter wordpresshat

    (@wordpresshat)

    That did it, thank you! Is this something you will incorporate into the code or will I have to use this each time I use the plugin?

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, there is some css conflict by your theme with images. You can simply paste that code in custom css of theme settings and then you don’t have to insert that code for new books. It will then work for all.

    Thanks

    Thread Starter wordpresshat

    (@wordpresshat)

    Hi, Actually, I meant when I work with other websites. But apparently that is only an issue right now with this particular site because of the conflict. Thank you for your help & quick reply!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Change background color/Increase image size’ is closed to new replies.