Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #942749

    1) I added the logo in the footer but in the mobile version i have the problem with the space. There is too space between my text in the mobile version. The space is ok in the computer version. You can see this problem in that screens:
    mobile version
    mobile version 1

    2) My logo in the heading is too small. Do you recommend a particular size of the logo?
    https://amadahotelsiracusa.com/wp-content/uploads/2018/04/Schermata-2018-04-16-alle-18.02.44-1.png

    Thanks

    #942809

    Hi frago20,
    sorry to jump in, here what I think :
    your logo is 300px*300px but the main subject (the name of the hotel + image) is about 1/3 of your logo therefore you have a logo as if it was 100px*100px (your header height is 90px).
    In the footer area, the space commes from your logo again (the 2/3 gap -1/3 in each side- creats en empty area all over the the logo in the footer zone and those two other zones too.

    #942989

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #footer .widget {
      margin:0 !important;
      padding:0 !important;
    }
    }

    Best regards,
    Rikard

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