Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #859699

    Hi, can anyone help me understand why, although I uploaded in the General theme settings an image as LOGO with height 145px, this is resized and is shown smaller? Site: http://referti.clinicamaterdei.it:8087
    In the HEADER panel, the height is customized to 150px….

    Probably a custom css rule ? which one?
    thanks

    • This topic was modified 7 years, 1 month ago by niguli.
    #859719

    Hey Nicola!

    Your header height seems to be 102px at the moment. If you are using a caching plugin, please flush cache and refresh your page a few times.

    Cheers!
    Yigit

    #860069

    Hi Yigit, but I set it to 150px as you can see here below.
    height 150px in HEADER
    At the moment I’m not using any caching plugin… :(

    #860396

    Hi,

    I just tried to check your site but it seems to not be loading at all, not sure what is going on?

    Best regards,
    Rikard

    #860462

    Hope it was temporary down. Now it si regularly visible. Can you check it now?

    #860894

    Hi, any moderator can help me ?

    #861381

    Hi,
    It looks like you have this custom css controlling the height:

    /* fine */
    #top #header_main > .container, #top #header_main > .container .main_menu ul > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
        height: 100px !important;
        line-height: 80px !important;
        position: relative;
    }

    Can you please add a screenshot to point out how you would like to see it?

    Best regards,
    Mike

    #861418

    Thanks Mike,
    If I comment those lines nothing changes. I want the logo to have 120 o 150px height.
    Now It’s cut. The div is fixed.

    I would like to have the png to have 130px for example, and full visible,

    #861422

    now quick CSS has:

    /* altezza navigazione */
    #top #header_main > .container, #top #header_main > .container .main_menu ul > li > a, #top #header_main #menu-item-shop .cart_dropdown_link{
    	height: 150px !important;
        line-height: 80px !important;
       position: relative;
    }
    /* fine */
    

    here you can see full logo: http://referti.clinicamaterdei.it:8087/wp-content/uploads/2017/10/logo_mater_130.png

    Here you have my full code for quick CSS

    • This reply was modified 7 years, 1 month ago by niguli.
    #861433

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #menu-item-search.menu-item-search-mod {margin-top: 20px !important; }

    Best regards,
    Mike

    #861443

    I tried your code and then put

    #menu-item-search.menu-item-search-mod {margin-top: 40px !important; }

    It works, but now all the voices of second level under SERVIZI (mega menu) are “lifted up” (Also the 2 voices under CONTATTI).
    Can I give your rule in order to affect only the main voices. I want the image icon and the voices to be aligned
    Take a look here: https://www.dropbox.com/s/7kx7hs79vi3fuu9/1a.jpg?dl=0

    • This reply was modified 7 years, 1 month ago by niguli.
    #861563

    Hi,
    Sorry, I don’t understand what “voices” means, and I can’t match your screenshot to your site.
    Perhaps a larger screenshot that shows context and points out how you would like to see your site.

    Best regards,
    Mike

    #861565

    You cannot match because in the meanwhile I added a 50px margin top. I will let you know later. Thanks Mike

    #861568

    Hi,
    OK, thanks

    Best regards,
    Mike

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.