New Landing How can we help? Themeforest Theme Support Pinpoint Woocommerce cart section

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Pinpoint
  • #5034
    atteam
    Member
    Post count: 24

    Hi, need fix to this layout. The radio button should be before the shipping label.
    Picutre attached.

    Thanks

    #5263
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Add the following to the custom css box within theme options:

    #shipping_method input {
    	float: right;
    }
    #shipping_method label {
    	white-space: nowrap;
    	margin-right: 20px;
    	padding-top: 2px;
    }
    

    We’ll add it to the next update.

    – Ed

    #5733
    atteam
    Member
    Post count: 24
    This reply has been marked as private.
    #5839
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Can you provide a link so that I can check that? Can’t see the same issue here.

    – Ed

    #5852
    atteam
    Member
    Post count: 24
    This reply has been marked as private.
    #5935
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Your custom code in style.css is causing this:

    input[type="text"], input[type="password"], input[type="email"], textarea, select {
    	width: 60% !important; // THIS IS THE CAUSE
    	border:1px solid #1F7FDF !important;
    }
    

    – Ed

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register