Header Logo does not centre - by fredwerk

This topic has 4 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler

  • Avatar: fredwerk
    fredwerk
    Participant
    August 29, 2017 at 10:24

    Hi,

    On this page https://thecaravanproject.asascharity.org – the header logo only centre when I choose site layout as “boxed”, however when I choose “wide”, the logo stays on the left.

    I need the layout to be wide.

    Thanks for your assistance,

    Fred

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 29, 2017 at 12:26

    Hello,

    Please try to add this code in custom css:

    .top-cart-disabled .logo {
     float: none; 
    }

    Regards

    Avatar: fredwerk
    fredwerk
    Participant
    August 29, 2017 at 12:49

    Hi,

    Thanks, this works however in mobile mode, the header logo stays on the left.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 29, 2017 at 13:00

    Hello,

    Please change previous code to:

    @media (max-width: 979px) {
     .header {
      text-align:center;
     }
    }
    .top-cart-disabled .logo {
        float: none;
        width: auto;
        max-width: 300px;
    }

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

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