• Resolved TZAL

    (@tzemaitis)


    Looking to slightly change the RHS widget and would appreciate any guidance:

    1. Reduce overall widget height “height: 422px”. Not sure exactly what to yet but I think 250px might be ok – will test

    2. Move testimonial left to be inline with heading. Think the padding might need reducing?

    I can make it happen when inspecting with Chrome but struggling to translate that into CSS that works. So nay help would be fantastic! Thanks

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • anonymized-13171256

    (@anonymized-13171256)

    Thanks for including a link.

    1. In the view settings > Slideshow > Behavior, there are 2 options for height: match the tallest slide or adjust to each slide.

    2. Try this:

    .strong-view-id-4 .testimonial-inner { padding: 0; }

    Thread Starter TZAL

    (@tzemaitis)

    Hi Chris

    Many thanks for the assistance!

    1. That worked a treat!

    2. Added the css (.strong-view-id-4 .testimonial-inner { padding: 0; }) but it didn’t seem to make any difference. I’d tried that myself but found it didn’t work – hence contacting you. I’ve left it in place for the meantime.

    Any other ideas?

    Regards
    Tony

    anonymized-13171256

    (@anonymized-13171256)

    No problem. Try this instead:

    .strong-view-id-4 .testimonial-inner { padding: 0 !important; }

    Thread Starter TZAL

    (@tzemaitis)

    That worked perfectly!

    All sorted now.

    Many thanks.

    hello ! i have the same issue…Where did you add those code lines ??
    Thanks!.

    • This reply was modified 7 years, 6 months ago by ajrd2000.
    anonymized-13171256

    (@anonymized-13171256)

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

The topic ‘Widget CSS padding & height’ is closed to new replies.