• Resolved piotrk87

    (@piotrk87)


    Hi!
    I have just imported table from CSV file and have added images. So far, as you can see, there is an empty space below each image. It look ok on design screen, however faulty on frontend.

    Also, the text adjustment options are missing. Are you able to help to bring them back?

    You can see the problem here

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor erdembircan

    (@erdembircan)

    Hello @piotrk87,

    Sorry to hear you are having this issue. We will investigate it and will give you an update as soon as possible.

    Best regards.

    Plugin Contributor erdembircan

    (@erdembircan)

    Hello @piotrk87,

    It seems like your theme is adding those extra spaces to image elements. Please use the CSS code below at your theme’s Additional CSS menu at WordPress Customize options.

    
    .wptb-image-wrapper img {
      margin-bottom: 0 !important;
    }
    

    For text adjustment options, first clear your browser cache. If this doesn’t solve the issue please check if you are using any optimizer plugin that is blocking jQuery at builder menu. Best regards.

    Thread Starter piotrk87

    (@piotrk87)

    Thank you, the CSS code has helped. With text adjustment – will be testing the cache option. Thanks again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Empty space below images’ is closed to new replies.