• What am I doing wrong? Tried various css to adjust my logo (I want it smaller and moved to the left). I’m new at this. Any help?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    This CSS should do it:

    img.custom-logo {
      width: 70%;
    }
    .branding-container {
      padding-left: 1.5em;
    }

    You can adjust the values to how you want it.

    Thread Starter eouborg

    (@eouborg)

    Thank you!!!

    Thread Starter eouborg

    (@eouborg)

    Follow up. How do I make sure it doesn’t make the logo small for mobile device? Size for webpage is great but now its too small on mobile.

    Moderator James Huff

    (@macmanx)

    The mobile version has its own styling, so that shouldn’t affect it.

    Are you seeing any changes there?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘ixion logo scale’ is closed to new replies.