Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1437177

    Hi,
    We bought your theme for the website we created for our next Book Fair.

    Everything went fine and the website is almost finished. Nonetheless, we found out on our mobiles that it is not at all responsive, and in particular the image header and the slider. Something we might have missed out in the settings? Could you please help us solve this problem?

    Looking forward to reading you

    #1437197

    Hey maisonutopies,

    Thank you for the inquiry.

    If you need the background image of the header to be fully visible, you can add this css code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .header_color .header_bg {
        background-size: contain;
      }
    }

    And if you want the background image to cover the header container, you can use the following css code but this will slightly distort the image.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .header_color .header_bg {
        background-size: 100% 100%;
      }
    }
    

    For the slider, you can try the Full Width Easy Slider if you need the slider image to be fully visible.

    Best regards,
    Ismael

    #1437209

    Hi, Ismael
    Thanks for your quick answer, I appreciate it!

    The header issue is now solved. The only problem left is the slider: when displayed vertically on mobiles, the slider doesn’t shrink and adapt itself to the narrower surface. Anything we can do about that?

    Thanks for your help, have a nice day

    #1437266

    Hi,

    Glad to know that the header background is resizing correctly now. As for the slider, consider using the Fullwidth Easy slider, or alternatively, add another slider and ensure the images are resized specifically for mobile view. You can control the visibility of the sliders on various screen sizes by adjusting the options in the Advanced > Responsive > Element Visibility section.

    Best regards,
    Ismael

    #1438345

    Hi, Ismael
    I still cannot solve this problem: Horizontal display of the slider is OK, vertical display > no resizing.
    We are already using Full width Easy Slider. What is the proper setting for correct mobile display in all situations?
    How can I make sure the images are properly resized for mobile display, how can I dot that?
    Thanks for your help

    #1438407

    Hi,

    Thank you for the update.

    The images are resizing correctly when we checked the site on smaller screens, but the size of the captions is a little too large for the slider. You can adjust the Caption Title Font Size and Caption Content Font Size for different screen sizes in the Styling > Font Sizes toggle.

    Best regards,
    Ismael

    #1438426

    Thanks for your answer, Ismaël.
    In Styling – General, I cannot find the Font Sizes toggle you are mentionning, only Fonts and Typography but there’s no way I can change the size there. Is there another way, some coding maybe? Could you send me the appropriate code for the title and the small code just below? What should be the appropriate size for these 2 items?
    Thanks for your help

    #1438430

    Hi,

    The Styling > Font Sizes settings can be found in each slider item of the Full Width Slider element. Please let us know if you need further assistance.

    Best regards,
    Ismael

    #1438473

    Hi, Ismaël
    We’re almost done… Two last questions:
    – what would be the right font size for a correct vertical display of the title and the legend in the slider?
    – on the vertical display on mobiles, the toggle menu hides part of the header. Could you tell me how I could reposition it a bit further to the right side of the mobile screen? If there is no specific setting in the theme for that, could you send me the appropriate code?
    Thanks, looking forward to reading you

    #1438526

    Hi,

    1.) We recommend increasing the font size slightly from the default of 14px. Perhaps 16px or 18px would be ideal, but the choice depends on your preference.

    2.) Would you mind providing a screenshot? You can use platforms like Savvyify, Imgur or Dropbox.

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1438527

    Hi, Ismael
    Thanks for your reply and advice.
    I’ll open a new thread for the display of the toggled menu.
    All the best

    #1438690

    Hi,

    Thanks for the update, let’s continue in your other thread.

    Best regards,
    Rikard

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