# Mobile render problems

**URL:** https://forum.pinegrow.com/t/mobile-render-problems/5563
**Category:** General
**Created:** [August 22, 2021, 11:24pm UTC](https://forum.pinegrow.com/t/mobile-render-problems/5563 "2021-08-22T23:24:40Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![HerrscherOfReason](https://avatars.discourse-cdn.com/v4/letter/h/a8b319/32.png) [@HerrscherOfReason](https://forum.pinegrow.com/u/HerrscherOfReason)
#### Post date: [August 22, 2021, 11:24pm UTC](https://forum.pinegrow.com/t/mobile-render-problems/5563/1 "2021-08-22T23:24:41Z")

</div>

I have a problem with responsive design for mobile , its render well using the pc desktop browser but using my iphone it renders completely different the background above with the logo , i saw that the logo still there but seems hidden i dont know, how to fix it its not like its shown on pinegrow

 ![IMG_8655.PNG](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/f/fafe6c75aceae3cb0f0fc3318a1b6b33578f7968.jpeg)  
 ![Captura de tela 2021-08-23 001332](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/6/6243e8b1fc6bd9b406c0875991b9776cba612eca.jpeg)

---

<div class="post-metadata">

### Author: ![RobM](https://avatars.discourse-cdn.com/v4/letter/r/278dde/32.png) [@RobM](https://forum.pinegrow.com/u/RobM)
#### Post date: [August 23, 2021, 9:28am UTC](https://forum.pinegrow.com/t/mobile-render-problems/5563/2 "2021-08-23T09:28:06Z")

</div>

Hi @HerrscherOfReason,  
It is a little hard to tell without any code to look at, but it seems that your image is not responsive. On the small display it is still very large. Not sure how you placed the logo. You will have to work on making the image responsive. If you could let us know how you placed the logo, it might be helpful.  
Cheers,  
Bob

---

<div class="post-metadata">

### Author: ![HerrscherOfReason](https://avatars.discourse-cdn.com/v4/letter/h/a8b319/32.png) [@HerrscherOfReason](https://forum.pinegrow.com/u/HerrscherOfReason)
#### Post date: [August 23, 2021, 11:47am UTC](https://forum.pinegrow.com/t/mobile-render-problems/5563/4 "2021-08-23T11:47:02Z")

</div>

> **[Home](https://www.mediafire.com/file/j5s5209vhaurzl0/Home.html/file)**

---

<div class="post-metadata">

### Author: ![RobM](https://avatars.discourse-cdn.com/v4/letter/r/278dde/32.png) [@RobM](https://forum.pinegrow.com/u/RobM)
#### Post date: [August 23, 2021, 7:07pm UTC](https://forum.pinegrow.com/t/mobile-render-problems/5563/5 "2021-08-23T19:07:20Z")

</div>

Hi @HerrscherOfReason,  
Thanks for the file. I’m assuming all of the styling is inline. So far, I’m a little confused with where the logo is disappearing to on the page. In the file you gave me, the logo is at the top. Do you have any other styling on it?  
For the image you should add the `background-size` property to have it resize with your page. Here is a link to read about it: [background-size - CSS: Cascading Style Sheets | MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/background-size)  
Cheers,  
Bob

---

<div class="post-metadata">

### Author: ![HerrscherOfReason](https://avatars.discourse-cdn.com/v4/letter/h/a8b319/32.png) [@HerrscherOfReason](https://forum.pinegrow.com/u/HerrscherOfReason)
#### Post date: [August 23, 2021, 8:40pm UTC](https://forum.pinegrow.com/t/mobile-render-problems/5563/6 "2021-08-23T20:40:36Z")

</div>

> **[style](https://www.mediafire.com/file/yk7fchiryuj14gf/style.css/file)**

> **[blocks](https://www.mediafire.com/file/m9118q05ce4gt9f/blocks.css/file)**

---

<div class="post-metadata">

### Author: ![RobM](https://avatars.discourse-cdn.com/v4/letter/r/278dde/32.png) [@RobM](https://forum.pinegrow.com/u/RobM)
#### Post date: [August 24, 2021, 11:36am UTC](https://forum.pinegrow.com/t/mobile-render-problems/5563/7 "2021-08-24T11:36:07Z")

</div>

Hi @HerrscherOfReason,  
Thanks for the files. I’m not sure I can quite replicate what you are seeing. I think the problem is two-fold. One, you are setting the height of the first div as a percentage - this is likely going to make it act oddly depending on content. Second, you are positioning the logo with a margin-top, which can impact the flow of other elements on the page. Maybe try setting it as an absolute.  
Cheers,  
Bob

---

<div class="post-metadata">

### Author: ![mxs](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/mxs/32/2943_2.png) [@mxs](https://forum.pinegrow.com/u/mxs)
#### Post date: [August 27, 2021, 10:33am UTC](https://forum.pinegrow.com/t/mobile-render-problems/5563/8 "2021-08-27T10:33:36Z")

</div>

I use [https://responsively.app](https://responsively.app)  
It emulates all windows, IOS, OSX and Android screens
