Viewing 7 posts - 1 through 7 (of 7 total)
  • #72506
    omniama
    Member
    Post count: 18

    My client has asked me if the (BTW) in the same line and not taking a new line .
    Please see pic for more info.
    Please help me with your support.
    Thank you
    http://test.baarsrecycling.nl/

    #72515
    Barq™
    Member
    Post count: 57

    Hallo,

    The way to do this is to add the following code to you custom CSS (in theme options).

    .cart_totals .order-total strong {
      float: right;
    }
    
    .cart_totals .order-total .includes_tax {
      float: right;
    }

    That should do the trick.

    Cheers,

    Stan
    (ook NL trouwens)

    #72517
    Barq™
    Member
    Post count: 57

    Hallo,

    I didn’t read your post very well, you want them to be on one line.
    The above answer is placing them both on a different line. (looks better in my opinion)

    To get it in one line however, you should add the following code to the custom CSS (theme settings):

    
    .order-total > td {
      width: 80%;
    }
    
    .cart_totals .order-total strong {
      margin-right: 5px;
    }
    

    The margin right is to get a little more spacing between the price and the BTW part.

    Now you have both your price and BTW inline.

    Cheers,

    Stan.
    Barq™

    #72581
    omniama
    Member
    Post count: 18

    Dear Stan,

    First thanks for your quick answer.
    I add your code on custom.css
    /wp-content/themes/yourtheme/includes/swift-framework/options/css/custom.css
    But no change!
    After that I add it on style.css to test it, but no changing.
    /subdomains/test/httpdocs/wp-content/themes/yourtheme/style.css

    I put your code at the bottom, is that maybe the mistake that I made

    #72585
    Barq™
    Member
    Post count: 57

    Hi,

    Go to you wp-admin Dashboard, and then navigate to:

    Theme options > Custom CSS/JS .
    And add the code in the ‘Custom CSS’ box.

    Cheers,

    Stan.

    #72588
    omniama
    Member
    Post count: 18

    thanks a lot.
    great job.

    #72970
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks @Barq

    – Kyle

Viewing 7 posts - 1 through 7 (of 7 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