Viewing 20 posts - 1 through 20 (of 23 total)
  • Author
    Posts
  • #2116
    yagoleon
    Member

    How can I resize my logo to 250 px wide?

    Thx in advance

    #2146
    Sakin
    Keymaster

    @yagoleon: You can change any size image to the logo. But then you need to add in custom css in “Custom CSS” box in your Theme Options. As the max height set for the logo is 90px.

    So go to Appearance -> Theme Options -> Custom CSS and add in the following css:

    h1#site-title a img {
    height: auto;
    max-height: inherit;
    max-width: 250px;
    }

    #2184
    yagoleon
    Member

    Thanks, works perfectly !!!!

    #117980
    jamalesahq
    Participant

    Hi everyone !

    I try also to make my logo bigger but that’s not working.

    any one can help me ?

    #117984
    Sakin
    Keymaster

    @jamalesahq: Can you post in your site URL and let me know how big you want your logo to be. Then I can check in your site and suggest way to do it.

    #118020
    jamalesahq
    Participant

    Yes of course.

    Focusmeeting2017. esahq. org

    #118026
    Sakin
    Keymaster

    @jamalesahq: It’s because of your additional css, please remove the following css from “Appearance => Customize => Additional CSS”

    @media screen and (min-width: 768px) {
    #site-logo .custom-logo {
        max-width: 300px;
    }
    }
    #118040
    jamalesahq
    Participant

    Than you man !!! that’s work.

    Also I have a other question

    look on my page… exemple page REGISTRATION I want registration title be on the top before the picture, and not after the picture.

    How I can do that for registration and all other ?

    #118042
    Sakin
    Keymaster

    @jamalesahq: Just like you have done in programme, remove the featured image from registration and insert image in your content.

    #118116
    jamalesahq
    Participant

    yes but the problem it’s later the picture on the carousel slide pictures don’t appeared….

    #118208
    Sakin
    Keymaster

    @jamalesahq: The the only option I see is to upgrade to pro version, where you have option to disable featured image only on that page and this way it only hide in that page and will show it in your slide. Also pro version can give you access to independent image slider, if you want.

    The other only option, if you want to stay with free version then hide the featured image with “Additional CSS”.

    #118211
    jamalesahq
    Participant

    Can you help me with additional CSS…

    how I can do ?

    #118216
    Sakin
    Keymaster

    @jamalesahq: Just add the following css in “Appearance => Customize => Additional CSS” box:
    .site-main .type-page .featured-image { display: none; }

    #118246
    jamalesahq
    Participant

    Genuis !!!!

    Thank you.

    look on my website… on the section about:
    I want areation paragraph on the front page… how I can do ?

    #118308
    Sakin
    Keymaster

    @jamalesahq: Sorry, I don’t understand what you mean…

    #118309
    jamalesahq
    Participant

    look on my website:

    on the ABOUT :

    the text is like this:

    ” Anaesthesiologists guide the medical care of patients from the time of contemplation of surgery throughout the operative period to full recovery.​ This key role in the patient’s perioperative trajectory is highlighted in the annual ESA Focus Meeting on Perioperative Medicine, which addresses an important area of perioperative management of patients, in particular for anaesthesiologists. This year’s November meeting focuses on Regional Anaesthesia in the Perioperative Setting. ”

    and I want paragraphs like this:

    ” Anaesthesiologists guide the medical care of patients from the time of contemplation of surgery throughout the operative period to full recovery.​

    This key role in the patient’s perioperative trajectory is highlighted in the annual ESA Focus Meeting on Perioperative Medicine, which addresses an important area of perioperative management of patients, in particular for anaesthesiologists.

    This year’s November meeting focuses on Regional Anaesthesia in the Perioperative Setting. “

    #118456
    Sakin
    Keymaster

    @jamalesahq: Sorry but that option is there only in pro version. In Clean Education Pro version, you can change “Display Content” to “Show Full Content” for hero content.

    #118790
    jamalesahq
    Participant

    Hello sakin !!

    I really need you for something.

    How can I add a link on my logo in the header??
    I want to click on the logo and go back on a website link…

    possible ?

    #118813
    Sakin
    Keymaster

    @jamalesahq: Your logo is linked to your frontpage.

    #118880
    jamalesahq
    Participant

    yes but I want link the logo with an other link

    how I can do ?

Viewing 20 posts - 1 through 20 (of 23 total)
  • The topic ‘MAKING LOGO BIGGER’ is closed to new replies.