• This topic has 3 replies, 2 voices, and was last updated 1 year ago by vako.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #71508
    Marielle Suarez
    Participant
    Premium Member

    Can’t move the logo

    #71512
    vako
    Keymaster
    WP Royal Team

    Hi Marielle,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .header-logo {

    float: left;

    margin-left: 5%;

    }

    .cv-outer {

    width: 0 !important;

    height: 0 !important;

    }

     

    Kind Regards

    #71522
    Marielle Suarez
    Participant
    Premium Member

    Thank you!!

    Sorry to ask but in the responsive page (for mobile) it is possible to have a different configuration? to have it smaller in the middle, and keep it to the left in desktop mode?

    #71530
    vako
    Keymaster
    WP Royal Team

    Hi Marielle,

     

    Sure add this snippet to the same location:

    @media screen and (max-width: 979px) {

    .header-logo {

    float: none;

    }

    .cv-outer {

    width: 100% !important;

    height: 100% !important;

    }

    }

     

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.