Tagged: elements, landscape, mobile, responsive
-
AuthorPosts
-
November 30, 2014 at 1:14 pm #360271
Hello,
I’m having problems with the layout of 4 1/4 elements on my Phone (HTC m8). Every 1/4 element has an easy slider. On the Phone it shows only one 1/4 element in landscape. (The other 3 are below the first one) How can i change this so that it will show 2 out of 4 elements next to each other in landscape? it doesn’t work either if i use 5 x 1/5 or 3x 1/3 or resize the images. It switches too fast to 1 element.- This topic was modified 9 years, 11 months ago by Dutchman.
December 1, 2014 at 6:06 am #360613Hi Dutchman!
Thank you for using Enfold.
You can alter the column width on mobile device with this on Quick CSS:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .flex_column { width: 50%; } }
Best regards,
IsmaelDecember 3, 2014 at 9:21 am #362010Thanks for your solution. I added a left and right margin because without it the content is stuck to each other and doesn’t look ok.
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .flex_column {
width: 47%; margin: 0px 4px
}
}
On the left and right there is a lot of white unused space. I really would like to adjust the inner/center space instead of the left and right. Is that possible? Try the first link fromt he previous post on a mobile Phone to see what i mean.
Another question, after i insert an iconbox and a line below it, i see a lot of white space between this and the next item: <entry-footer>
How do i remove the entry-footer?December 4, 2014 at 7:43 pm #363173Hey!
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .flex_column { margin-left: 6px; margin-right: 7px; }}
Try to play around with those numbers. Hope that helps
<entry-footer>:
Can you show us that iconbox and line below it with lots of white space? post a link please and show it on a screenshot.Best regards,
Andy- This reply was modified 9 years, 11 months ago by Andy.
December 4, 2014 at 10:05 pm #363268This reply has been marked as private.December 6, 2014 at 2:05 am #363978Hi!
you can adjust it with this:
#top form { margin-top: -20px; }
Regards,
AndyDecember 6, 2014 at 11:33 am #364038Thank you so much!
-
AuthorPosts
- The topic ‘Responsive switch’ is closed to new replies.