• I’m a complete novice and need help. My site is https://www.geventures.co.uk

    The logo is too big, I bought it off a logo maker website and they sent me the file. I’m trying to upload it and it keeps coming up too big. I have no clue how to make it small and fit properly.

    Any help would be greatly appreciated. To say my hand might clenched first might go through my computer screen is an understatement ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try playing about with the CSS property,

    background-size

    https://www.w3schools.com/cssref/css3_pr_background-size.asp

    Thread Starter ol03boy

    (@ol03boy)

    I’ve tried reading that page but don’t understand how to do it

    if you want to fit it correctly to home page means
    1)Kindly added the line in the custom_style.css (line:6)
    add margin-top:-30px;
    2)or if you need to resize the image by using css like that
    max-height:—px
    max-width:—-px

    Regards,
    vicky..

    don’t remove anyother line in css make undo and try it

    hope its help you!!!!!

    Thread Starter ol03boy

    (@ol03boy)

    Viky I do not understand what you are saying. Please can somebody explain step by step where to go and what to do. I am using the theme Udesign btw.

    If you can tell me which tab to go to, what to insert and then what will help make my imagine fit properly.

    Go back to my website, you can see how bad it looks!

    Thread Starter ol03boy

    (@ol03boy)

    It’s meant to read Global Emerging Ventures btw but the text has disappeared for some reason.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It is unfair to press WordPress forum volunteers for support with issues responsible with your theme’s vendors.

    Remember, forum volunteers aren’t paid for support. Your theme’s vendors are.

    Try asking here:

    https://dreamthemedesign.com/u-design-support/

    Commercial themes are not supported here — and your questions is about the theme so you need to ask the developer/vendor for help.

    Right click on your logo on Firefox and ‘Inspect Element’. It probably will be named as ‘div id-”logo”

    Open up your stylesheet and find #logo or whatever it is classed as (div id ”logo”.

    Add height: ..px;
    width: ..px;

    It’s a background image — so height and width are irrelevant so far as sizing the image itself.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Logo too big’ is closed to new replies.