• Resolved dlfitzer

    (@dlfitzer)


    With the slider review, the spacing between each review doesnt display, each review box is edge to edge and touching.

    How can i change this?

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

    (@trustindex)

    Hello @dlfitzer,

    Please send me an (test) URL where I can check the problem and I will send you the solution.

    Tom
    Trustindex

    Thread Starter dlfitzer

    (@dlfitzer)

    This is the URL it is located on. Is this what you meant?

    https://cravenandcompany.co.uk/sell-your-property-landing-page/

    Thanks,

    Plugin Author Trustindex

    (@trustindex)

    Hello @dlfitzer,

    As I checked, there is a CSS rule (from your theme) which is override our widget’s CSS rules. (and every other content in it…) This is the reason of the weird appearance.

    Let’s see the solutions (only one of them is enough):
    A) Try to remove the general rules from your theme. This line is the cause of the problem:
    #et-boc .et-l div { ... padding:0px; maring:0px; ...} This line should be more specific. This is the ultimate solution.

    B) If you can add custom CSS to your theme, please add this:
    .ti-widget.ti-goog .ti-review-item { padding: 0 8px !important; margin: 0px !important}

    Let me know the results,
    Tom
    Trustindex

    Plugin Author Trustindex

    (@trustindex)

    Hello,

    Cool, now it is better. If you add these lines, the other parts will be OK as well:

    
    .et-db .ti-reviews-container-wrapper { margin-left: 20px !important; margin-right: 20px !important; }
    .et-db .ti-widget .ti-footer { text-align: center !important; }
    .et-db .ti-widget.ti-goog .ti-star { margin-right: 1px !important; }
    
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No spacing between icons’ is closed to new replies.