• My checkout page is all jumbled and I can’t seem to fix it.

    Also, where would I change the footer color as I have not been able to find that code.

    Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andre

    (@andre-jutras)

    Greetings….I’m helping Brian (from Blogging Theme Styles) out here so I wanted to also say thank you for posting here.

    It looks like you put WooCommerce into your site, but WooCommerce is using some styling that is in conflict with Bootstrap styles (which this theme uses). However, I won’t bore you with the technical side of this, so here is how you can fix the issue you posted.

    It’s a fairly easy one, but go to your customizer in your admin area by going to Appearance >> customize >> and then look for the Additional CSS tab. In the field, copy and paste this CSS code:

    @media screen and (min-width: 48em) {
    	.woocommerce .col2-set .col-1, 
    	.woocommerce-page .col2-set .col-1,
    	.woocommerce .col2-set .col-2, 
    	.woocommerce-page .col2-set .col-2 {
    		max-width: initial;
    		padding: 0;
    	}
    }

    That should fix it as I tried this out on your checkout page using my browser webmaster tools.

    Andre

    (@andre-jutras)

    I got your email about the solution above working, but if everything is good, could I get you to set this topic as “Resolved” ? Looks like WordPress changed the topic settings so that only the person who started the topic can set it as resolved.

    Thanks ??
    Andre

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Check Out Page & Footer’ is closed to new replies.