I am having some issues with viewing my site http://www.harperdb.com on an iphone
1. The logo is showing up stretched out.
https://www.dropbox.com/s/txz6a037ngyvox4/photo%201.PNG
2. The portfolio image is fitting top to bottom and I need the entire image to fit side to side.
https://www.dropbox.com/s/5uskqxx9jbcj5wi/photo%202.PNG
3. I also wanted to fix or shrink the ajax control arrows over the portfolio image.
thanks
Hi rikeswon!
Your logo looks fine on my end. I have checked your website on my iPhone 4 ios7. Please see screenshot here http://i.imgur.com/ZGomPyU.png
Have you made any changes on theme files?
Best regards,
Yigit
I did. I found something that worked for the logo.
My biggest concern are the other two issues.
Any help would be greatly appreciated.
Hi!
Have you made changes only on logo or other files as well? It should not display portfolio items on mobile like this
Best regards,
Yigit
Thanks all. I got it fixed.
I still need help with the the ajax control arrows over the portfolio image.
I want to move to bottom right under the image.
https://www.dropbox.com/s/5uskqxx9jbcj5wi/photo%202.PNG
I tried:
div.ajax_controlls.iconfont {
bottom: 0!important;
right: 0!important;
}
any ideas?
Hi!
You can adjust the portfolio ajax control using this:
@media only screen and (max-width: 767px) {
.ajax_controlls {
position: absolute;
z-index: 100;
right: 0;
top: 160px;
}
}
Adjust the bottom position.
Regards,
Ismael