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

    Hello,

    Thank you guys for helping me so many times with our site!

    Hopefully this is the last time…

    Below is the question:
    In terms of mobile view, is there a way to show the entire home page banner just like the rest of the pages?
    http://stratuscontactsolutions.com/

    Also, if we are not receiving emails from the Contact form we created on our Contact page, what could be the issues? I’ve used multiple emails to test, also checked spam folders…

    Thanks!

    Maggie

    #549408

    Hi katherinesherrie!

    Not sure I understand. Are you wanting the regular menu and social icons to display instead of the mobile menu?

    Please read over this, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, in regards to the emails not being received and let us know of the results.

    Best regards,
    Elliott

    #549505

    Hi Elliott,

    Thanks for your prompt response.

    Please see link as how the home banner appears on mobile. http://postimg.org/image/jkgjcqab3/
    However, is there any way that we can have the entire banner image displayed instead of only the portion of it?

    This is the website: http://www.stratuscontactsolutions.com

    Thank you! Will trouble shoot the contact form as the document instructs.

    Maggie

    #549839

    Hi!

    You can add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 769px) {
    .home #av_section_1 {
        background-size: contain!important;
    }}

    But height would be half. If you can upload a custom background image that is in portrait mode for mobile sites, you change change the code to following one

    @media only screen and (max-width: 769px) {
    .home #av_section_1 {
        background-size: contain!important;
        background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png)!important; 
    }}

    Best regards,
    Yigit

    #549954

    Hi Yigit,

    Thank you! We love option one with the whole banner image showing, this is what we see: http://postimg.org/image/3qqokrfrx/

    Any chance we can move the heading “WE’RE CUSTOMER….” down below the banner image?

    Many thanks!

    Maggie

    #550207

    Hi,

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

    @media only screen and (max-width: 479px) {
    .home #av_section_1 h1 {
    padding-top:150px;
    }
    }

    Thanks,
    Rikard

    #550211

    PERFECT! Thank you so much for all your help!

    Maggie

    #550450

    Hi,

    Glad we could help :-)

    Regards,
    Rikard

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