• Hey there, I am actually already a more advanced wordpress user, but I still ran into an issue that I can’t quite solve. Please take a look at this page:

    and scroll down to the section “Live-Events” (Nav-Point 4&5). For demonstration purpose, I put in two versions of the row. In the end, it should look like the top version. However, the text of the most left column should rotate in a content slider (as in the row version below) . But whenever I add a content slider, it gives me these weird borders that I can’t get rid of – I’ve tried custom css, all settings, etc. No success. By inspecting it through the console, there is indeed a border there but I can’t seem to get rid of it – especially because the columns should fit with “equal heights” … any suggestions? Thank you in advance for your help!

    • This topic was modified 6 years, 8 months ago by Jan Dembowski. Reason: Removed redundant link

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

Viewing 1 replies (of 1 total)
  • Hello anatomyinterior,
    .single-internal-gutter:nth-child(1) {
    background: #de0820;
    }
    .single-internal-gutter:nth-child(2) {
    background: #1b1d1f;
    }
    .single-internal-gutter:nth-child(3) {
    background: #fff;
    }
    Use this css. I think its not the issue of carousel. By using above css issue will be resolved.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Weird Issue with Content Slider and Equal Height Settings’ is closed to new replies.