• Using front page template with demo content. Added a row beneath Call to Action. Metaslider in row. I’ve added row and cell class transparency to the row “attributes.” I’ve entered the URL of the site background image to the row-theme-background image. That same image is uploaded as background in customizer. If I remove either the image or the transparency CSS from the row, I get a solid white row. With both entered, I get parallax, but there’s a thin white line between the call to action and the slider. Looks pretty awful test.bobmarvich.com. I’ve tried some entries in Simple CSS plug in. I’ve successfully reduced padding in the Call to Action with that, but the white line between Call and Slider persists. Please advise.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    You can remove the white line using the css code below:

    .panel-grid {
        border: none;
    }

    you can put the code in above using custom css plugin.

    Thread Starter krinaker

    (@krinaker)

    Thank you so much for your suggestion. I put the code in my SimpleCSS plug in, but I still have the white line. You can see the problem at test.bobmarvich.com. More thoughts?

    I didn’t change any of the specific css I’ve entered for the row and cell attributes. I think those are all specific id’s an should not be over-lapping . . . (Sorry if my vocabulary is lacking.)

    Hey, try this instead:

    .panel-grid {
        border: none !important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘moesia front page white line interrupts parallax between rows’ is closed to new replies.