Home › Forums › SKT Black/White Theme Support › How To Keep Our Projects Centered Mobile View
- This topic has 7 replies, 3 voices, and was last updated 6 years, 5 months ago by Sonl Sinha.
-
AuthorPosts
-
June 7, 2018 at 9:02 am #102281
Hi!
How do I keep our projects/ portfolio section on homepage centered while in mobile view? It seems to justify left. Also, in landscape mode on mobile view the slider and other sections go into landscape mode and fit perfectly inside of the viewport, but this section does not. How do I fix this? My website is
June 7, 2018 at 10:51 am #102288Your message seems trucated and the URl of the site didn’t get listed.
Regards,
ShriJune 14, 2018 at 6:33 am #102550Hi!
How do I keep our projects/ portfolio section on homepage centered while in mobile view? It seems to justify left. Also, in landscape mode on mobile view the slider and other sections go into landscape mode and fit perfectly inside of the viewport, but this section does not. How do I fix this? My website is
June 19, 2018 at 6:01 am #102836Hi,
Kindly show us your website URL?
Regards,
ChrisJune 19, 2018 at 7:16 am #102853Hi, Shri!
My website is https://www.celebrityscope.net
June 19, 2018 at 7:59 am #102859Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { .our-projects { width: 290px; margin: 0 auto;} }
Regards,
ChrisJune 19, 2018 at 9:15 am #102863Thanks that did the trick with centering them in mobile view, but how do I get them to be in horizontal/ landscape mode if they are viewed on the cell phone horizontally? They still appear vertically and do not change orientation when the device is flipped.
June 20, 2018 at 5:12 am #102907Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { .our-projects { width: 290px !important; margin: 0 auto;} } @media screen and (min-width:480px) and (max-width:767px) { .photobooth .gallery ul li { width:47% !important; margin:5px;} }
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.