Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #578858
    #578867

    Hi John!

    not sure which changes you need. Your logo seems good to me. Which one is too big for you? can you highlight your intentions using screenshots please? (imgur.com, dropbox).

    Best regards,
    Andy

    #578882

    not too big, too small. no matter what size logo i upload at “full size” it still maintains the default size. i think it must have something to do with using your import feature for the “restaurant theme”

    #578884

    If you look at the thread i linked to you will understand what i mean. the transparent logo should be 479 pixels wide.

    #579767

    Hey!

    Please use the css in Enfold > General Styling > Quick css

    
    .logo img {
        width: 449px!important;
    }
    

    Cheers!
    Vinay Kashyap

    #579790

    Hi, it streaches logo, so i tried
    .logo img {
    width: 479px!important;
    height:191px!important;
    }

    still no go.

    #579791

    Also, i just want the transparent logo to be larger. this affects both logos

    #579793

    Hi!

    Please use following code instead

    #top .av_header_transparency.av_alternate_logo_active .logo {
        height: 145px;
        width: 365px;
    }

    Cheers!
    Yigit

    #579970

    Great Job Yigit, i would not have gotten that css declaration. thanks much. i really appreciate. i need it on a few other sites as well.

    #580191

    Hi,

    Great, glad we could help. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

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