Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2039184
Previous postNext post
Closed

Comments

  •  1
    rgbrob started the conversation

    Hi, thank you for creating this useful theme. 

    A: I noticed that in the Blog area there is an unexpected contraction (left float?) "Previous postNext post". Is there an easy way to align them better with the left and right arrows?

    B: I noticed something similar (but not the same :-) ) when you are on the cart page where the "Apply Coupon" and "Update Card" are very close to each other and slightly vertically offset. Is there an easy way to align them and provide some spacing between the buttons?

    Thank you,

      Rob

  •  1,845
    Elated replied

    Hello there Rob,

    Welcome to your support management and thank you for choosing our theme!

    A) In order to fix this you should use your FTP client to replace the file on the following path with the one I left for you in attachment:

    \wp-content\themes\superfood\framework\modules\blog\templates\single\parts\single-navigation.php

    B) To fix this, you should insert the following code into Appearance -> Customize -> Additional CSS:

    .woocommerce-cart-form .actions .button {     float: right;
    }

    For mobile view, you should add the following CSS:

    @media only screen and (max-width: 680px) {
         .woocommerce-cart-form .actions > .button {
             float: none !important;
             margin: 20px 0 0 !important;
         }
         .woocommerce-cart-form .coupon {
             padding-right: 70px;
         }
    }
    @media only screen and (max-width: 480px) {
         .woocommerce-cart-form .actions .coupon > .button {   
              float: left !important;    
         }
    }

    If there is anything else that we can help you with, don't hesitate to ask!

    Best regards!

    Joey


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  1
    rgbrob replied

    Hi Joey,

    Nice work, thank you for the code and file update, both worked as described.

    Cheers,
       Rob


  •  1,845
    Elated replied

    Hi again Rob,

    You're welcome. Please let us know if there is anything else we can do for you, thanks!

    We hope it’s not too much trouble, but we’d really appreciate it if you could rate our theme on ThemeForest. Just visit the following link and select five stars next to our theme’s name: http://themeforest.net/downloads  This way you’ll be helping us improve our support services and make them even more efficient.

    Thank you in advance.

    Kind regards,

    Joey


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.