Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1176163

    When viewing the homepage on a tablet in landscape mode the image is cut off at the top. (This can be seen within the Toggle Device Toolbar.)

    The homepage is supposed to have three different views, one for large screens, one for medium, and one for small. What strange is the view displayed on a tablet in landscape isn’t what should be displayed according to the settings within the page.

    I’ve tried to adjust the image settings, the header settings, the section background settings all with no luck.

    #1176410

    Hey aaronsjohnson12,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1176524
    This reply has been marked as private.
    #1177028

    Hi,

    Thank you for the update.

    We added this code in the Quick CSS field to adjust the position of the background container on tablet view.

    .home #av_section_1 .av-parallax-inner {
    	background-size: cover !important;
    	top: 150px;
    }
    

    Best regards,
    Ismael

    #1177252

    Ismael,

    Thank you so much for your help. I really appreciate it!

    Aaron

    #1177412

    Hi,

    Did you need additional help or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1177868

    You can go ahead and close the topic.

    Thanks again!

    – Aaron

    #1177968

    Hi,

    You’re welcome!

    Please note that the css code above is using a default selector (#av_section_1) that is automatically generated by the theme. You may want to replace it with a custom ID or class attribute — something that you have chosen manually for that specific section. Please check the documentation below.

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
    // https://kriesi.at/documentation/enfold/color-section/#toggle-id-2

    We’ll close the thread now. Please don’t hesitate to open a new one if you need anything else.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Background Image in Tablet Landscape View’ is closed to new replies.