Home Forums Basel support forum Layout on checkout page

Layout on checkout page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8563

    medilines
    Participant

    Dear XTEMOS Team

    First of all, thank you for this great theme – really good work!

    I have a small problem on the checkout page.
    As the shop is for european customers i´ve had to install the plugin woocommerce german market – which creates a second checkout page (and other necessary functions we need to have for german an austrian market).
    Everything is working fine except the layout of the second checkout page isn´t correct.
    I´ve tried to solve with custom css, this worked fine for some issues.
    Except of the two buttons on the bottom – there it would be great to place “go back” on the left side and “Buy” on the right side.
    Unfortunately i couldn´t solve this issue by myself … 🙁
    May you can take a look at this page and let me know how to solve.

    Thank you very much and best regards
    Evi

    Attachments:
    You must be logged in to view attached files.
    #8565

    Artem Temos
    Keymaster

    Hello,

    Thank you for choosing our theme and contacting us.

    We have prepared a code snippet that makes it looks better. Try to put it to the Custom CSS area

    .wgm-second-checkout .form-row .terms {
    	float: none;
    }
    ​
    .wgm-second-checkout #place_order_back {
    	margin-top: 0;
    	float: none;
    }
    ​
    .wgm-second-checkout #place_order {
    	margin-top: 0;
    }
    ​
    @media (max-width: 991px) {
      
    	.wgm-second-checkout #place_order_back {
    		width: 100%;
    	}
    ​
    	.wgm-second-checkout #place_order {
    		width: 100%;
    		float: none;
    	}
    }

    Kind Regards
    XTemos Studio

    #8653

    medilines
    Participant

    Thank you!!!
    This works fine 🙂
    best regards
    Evi

    #8661

    Artem Temos
    Keymaster

    Great, you are welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Layout on checkout page’ is closed to new replies.