Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • s3lab Friend
    #1093669

    hello I have a problem with the proportion of the logo in the various versions, Desktop, smartphone, tablet.

    On the desktop version I managed to hook the image to the menu and it’s perfect.

    On the smartphone version in vertical the logo is detached from the search bar

      On the smartphone version in horizontal the logo is covered by the search bar
    (as per the screenshot that I attach)

    How can I do it because in all the versions the display is correct?

    thanks if you can help me


    1. Screenshot_20180224-184238
    2. Screenshot_20180224-184249
    Saguaros Moderator
    #1093840

    Hi,

    You can try with this custom CSS code:

    @media (min-width: 480px) and (max-width: 767px) {
      .t3-header {
        padding-bottom: 40px;
      }
    }

    put into the file: root/templates/ja_restaurant/css/custom.css (Create this file if it doesn’t exist)

    Regards

    s3lab Friend
    #1094182

    thanks, now with horizontal orientation is fine, but with vertical orientation, you always see a white space (see screenshot). What should I do to merge.

    Regards


    1. Screenshot_20180227-102846
    2. Screenshot_20180227-102901
    Saguaros Moderator
    #1094369

    May I know which dimension of the device are you checking with?

    s3lab Friend
    #1094837

    the dimension that I mean is: 375×667

    • This reply was modified 6 years, 1 month ago by  s3lab.
    Saguaros Moderator
    #1095323

    You can try this media queries:

    @media (min-width: 375px) and (max-height: 667px) {
      .t3-header {
        padding-bottom: 10px;
      }
    }

    and change the padding-bottom property to the value which suits your need.

    Regards

    s3lab Friend
    #1095786

    thanks now it’s perfect.
    Sergio

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 6 replies, has 2 voices, and was last updated by  s3lab 6 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum