Size of logo/header image

  • Posted in : cvCard WP
  • Helmsdal
    Participant

    Hi, I’d like to increase the size of my picture at the centre/top of the pages. Is the a way I can do that?

    Abbe
    Participant

    Hi,

    – if you refer exclusively to your logo size –

    Add this to your custom css file:

    .header img {
    max-height: 160px; <—— REPLACE THIS VALUE WITH THE ONE IT FITS YOUR NEED
    border-radius: 50%;
    }

    Test the result in different devices resolutions, use css queries to fix any strange behavior u may detect.

    GL!

    ahmetsali
    Keymaster

    @Abbe

    thanks for the solution.

    Helmsdal
    Participant

    Thanks Abbe. I’d actually done that since posting the query, increasing it to 230 px and the size is fine for me. But is there a way of reducing the large gap that results between the logo and the name?

    ahmetsali
    Keymaster

    you can try this custom css code;

    .header h1 {
        margin-top: 6px;
    }
    
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register