Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #200848

    Hi~
    1: I’m trying to resize the logo. I tried the code:

    “/*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 116px; line-height: 116px; }”.

    After I changed the height to 200px, the Homepage didn’t change anything. Only some of pages were changed. So what happened?? Or is there something else I can do to fix it, maybe some different codes??Here is my website link: http://wholeren.com/
    2: I also want to change the shrinking scale of my logo. So I find this code:”if(st < el_height/1.5)
    {
    newH = el_height – st;
    header.removeClass(‘header-scrolled’);
    }
    else
    {
    newH = el_height/1.5;
    header.addClass(‘header-scrolled’);
    }”
    But I didn’t find the file:” avia.js” in the Editor. Where could I find it???

    Thanks~

    #200929

    Hey wholereneducation!

    1.) Please remove cache then reload the page a few times. Maybe it is browser cache.

    2.) You can edit the file via ftp or your cpanel. Look for the js folder.

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘!!!!! Logo Resize Problem~’ is closed to new replies.