Archived topic
Mobile page
10 replies · Started by Walid on August 24, 2021
Hi, I am not sure why nobody is helping me. I got the premium version and would like a little support. I am using the pre-built demo that looks like Amazon. But it does not faction like amazon. The search bar should Bellow menu and cart, and the site name in the middle of menu and cart.
Hi there,
Any chance you can link us to the site in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Keep in mind that the site templates are provided "as it is". But if it's some small changes you need then we might be able to help.
Hi yes, https://hyckson.com/
So I want to make the mobile version, look like the picture I emailed you guys. It should be very easy, but I am not too technical, unfortunately.
Or the amazon version of a mobile website. Whichever is easier.
Can you provide the picture you've e-mailed here?
Thanks.
How can I create a URL image? It’s in my phone? Is there a way I can upload it?
Here I found the image online.
Hi there,
follow these steps:
1. Go to Dashboard > Appearance > Elements and Add New > Hook Element
2. In the Hook Text Area add:
<div class="mobile-header-search">[wcas-search-form]</div>
3. Select the Hook: generate_inside_mobile_header
4. Check the: Execute Shortcodes
5. Set the Display Rules > Location to: Entire Site.
6. Save the Hook Element
Then add this CSS to your site in Customizer > Additional CSS:
.mobile-header-search {
order: 100;
flex: 1 0 100%;
}
Thank you it worked.
Glad to hear that.