• jeffrey262

    (@jeffrey262)


    I tried using the header option to increase my logo. The slider increases the size, but it also changes the location of the logo. My logo dimensions are 1000 x 1000 png.

    https://www.mobilitysolutionsconsultant.com. In order to place the logo where I want it, the logo is very small.

    Any help would be greatly appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • SJW

    (@whitsey)

    CSS is your friend. You can change the shape, size and position of any image on any page using CSS.

    Thread Starter jeffrey262

    (@jeffrey262)

    Shannon, You really did not tell me anything. How do I do it? That would be more helpful. The above link is not correct. This one is.

    https://www.mobilitysolutionsconsultant.net
    Thank you

    ledush16

    (@ledush16)

    Try using https://pixlr.com/editor or any other photo editor to re size the image to your desired size.

    1) Upload your image
    2) Go to Image> Re-size
    3) Enter your desired dimensions.
    4) Save.

    I hope it helps.

    Thread Starter jeffrey262

    (@jeffrey262)

    I resized my logo to 412 square. Loo khow small my logo is? I tried using the header function to increase the size of it. When I do the menu bar moves, the logo gets bigger, but it is extended beyond the menu size and width.

    I placed this code into my child theme and nothing happened

    .header-wrap {
    width: 100%;
    height: 420px;
    background-color: #111;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
    }
    .top {
    height: 350px;
    }

    Any help would be greatly appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to increase my logo size?’ is closed to new replies.