Off center logo on Iphone, Off Centre quantity box

This topic has 11 replies, 4 voices, and was last updated 8 years, 5 months ago ago by Eva Kemp

  • 10 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 4, 2015 at 13:11

    Hello,

    Your wp-admin credentials aren’t correct. Please check them.

    Regards,
    Robert Hall.

    Avatar: topfalade
    topfalade
    Participant
    December 4, 2015 at 14:57

    Hi I’ve checked,

    The below should work:

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 4, 2015 at 16:56

    Hello,

    Please add this code in custom.css file:

    @media (max-width: 480px) {
    .logo img {
        margin-left: 25px;
    }
    .single-product-page .quantity-box label {
        width: auto;
    }
    .single-product-page .product-info .quantity-box {
       margin-left: 30%;
    }}

    Best regards,
    Jack Richardson.

    Avatar: topfalade
    topfalade
    Participant
    December 5, 2015 at 01:43

    Thanks Jack, that worked perfectly,

    Would you also be able to tell me how to reduce the white space on the top and bottom of my site logo on iphone.

    Do i need to start another forum thread for this question?

    Avatar: Eva
    Eva Kemp
    Support staff
    December 5, 2015 at 15:58

    Hello,

    Please use this code in custom.css file:

    @media (max-width: 480px) {
      .header {
        padding-bottom: 20px;
        padding-top: 20px;
    }}

    Regards,
    Eva Kemp.

    Avatar: topfalade
    topfalade
    Participant
    December 5, 2015 at 19:30

    Hi Eva this worked,

    However, I chose to use padding of 10 top and button, however this has now unbalanced the cart icon and text in the left top bar menu.

    I’ve left the code in place so you can check it on your phones.

    Regards

    Tope

    Avatar: topfalade
    topfalade
    Participant
    December 5, 2015 at 19:34

    I do not want to change the hight of the top bar, I want it to remain what it was previously to adding this custom CSS.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 7, 2015 at 09:16

    Hello,

    Use the previous code to decrease padding value and also add this code in custom.css:

    @media (max-width: 480px) {.header .shopping-cart-widget {
        top: -40px !important;
    }}

    Regards,
    Eva Kemp.

    Avatar: topfalade
    topfalade
    Participant
    December 7, 2015 at 10:18

    Thanks Eva, that worked perfectly !

    Avatar: Eva
    Eva Kemp
    Support staff
    December 7, 2015 at 10:39

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 11 results - 1 through 11 (of 11 total)

The issue related to '‘Off center logo on Iphone, Off Centre quantity box’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.