-
AuthorPosts
-
December 8, 2015 at 11:34 pm #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
December 9, 2015 at 3:46 am #549408Hi 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,
ElliottDecember 9, 2015 at 6:40 am #549505Hi 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
December 9, 2015 at 4:26 pm #549839Hi!
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,
YigitDecember 9, 2015 at 8:33 pm #549954Hi 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
December 10, 2015 at 7:59 am #550207Hi,
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,
RikardDecember 10, 2015 at 8:15 am #550211PERFECT! Thank you so much for all your help!
Maggie
December 10, 2015 at 3:29 pm #550450 -
AuthorPosts
- You must be logged in to reply to this topic.