Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @isabelleroger,

    Major changes have been added to the newer version of Sydney theme including footer layout. Due to this footer layout changes, it may potentially cause current footer layout couldn’t be retained after updating. If that the case, you should specify Footer widgets layout under the Customize menu > Footer > Footer Widgets.

    To enlarge the site logo size, you can add this simple CSS code to Additional CSS under the Customize menu.

    
    .site-logo {
      max-height: 120px;
    }
    

    Once the changes saved, you may need to flush cache from particular caching plugin settings (if it is enabled). Otherwise, your cached pages remain loaded on web browser and the changes won’t be seen. Also, you may need to clear the cache/history and restart your web browser.

    Hope this reply helps.

    Regards,
    Kharis

    Thread Starter isabelleroger

    (@isabelleroger)

    Hello,

    Ok, thanks for the logo size, it’s back to normal.

    But there 2 other things that are changed. It’s the padding of the text that is no longer there and when I inspect the mobile design, the background is moved.

    Please take a look at images :

    Images before theme update :

    https://postimg.cc/6TGPjctp

    https://postimg.cc/z3njHcqK

    Images after theme update :

    https://postimg.cc/Ln9b9pjn

    https://postimg.cc/SjqZdhTD

    How do I fix it? I checked the customize section where I could fix this, but I cannot find anything.

    Thanks

    Hi @isabelleroger,

    Thank you for getting back along with additional queries. Try adding this CSS code:

    .page-wrap .content-area {
      padding-left: 15px;
      padding-right: 15px;    
    }
    
    @media only screen and (max-width: 767px) {
      .page-wrap {
        padding-left: 15px;
        padding-right: 15px;    
      }
    }
    

    Hope that helps.

    Regards,
    Kharis

    Enrico

    (@enrico1vision)

    Same issue with my footer and the above code does not work for me only the logo code one works for the logo.

    Link: https://www.yussuftennis.co.za/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘After update footer widgets no longer horizontal + logo smaller’ is closed to new replies.