Divs collapsing styling dissapearing

Hello,
I’m having some issues with my div here. In the first image the two divs line up side by side as they appear in the pro editor. but when i look at the page live the second div drops to the bottom. I don’t get it.

Also my styling on the button disappears. And my second issue is that while i added white color the text on the button it doesn’t show and you cannot see any text on it. ??

Heres the page: http://2e6.274.myftpupload.com/new-home/

Would love some help!
TIA
Rena

Hello Rena,

Thanks for asking. :slight_smile:

It seems that you haven’t added the CSS codes to align and style the div elements. Please add following CSS under Pro > Theme Options > CSS to fix the issue you are facing with Div:

.p-left {
    float: left;
    width: 40%;
}

.p-right {
    float: left;
    width: 40%;
}

Next, I checked the button and it seems to be a syntax issue because of which buttons is not inheriting the styling. Please see screenshot.

I suggest you to either use Content builder Button element or use shortcode from following page:

http://demo.theme.co/integrity-1/shortcodes/buttons/

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.