-
AuthorPosts
-
January 21, 2016 at 1:12 pm #569359
I have a big problem, when I put a row with 2 columns. In the first column I add text, in the second column I add image. In the next row, in the first column I add image, in the second column text. I need you to look at the mobile version Text-image-text-image or Image-text-image- text.
Help .. my boss wants to fire me =(
January 22, 2016 at 3:26 am #569727Hey eparkerswe!
I can not think of a way to switch them. Perhaps you could duplicate the content and use CSS to hide one of them on desktop and the other one on smaller mobile screens. If you would like to try that then give each section a unique ID and you can use this CSS to hide them.
@media screen and (max-width: 767px) { #custom1 { display: none !important; } #custom2 { display: block !important; } } @media screen and (min-width: 767px) { #custom1 { display: block !important; } #custom2 { display: none !important; } }
Regards,
ElliottJanuary 22, 2016 at 11:22 am #569907Hi Elliot…
Why this theme has no problem with it? http://demo.qodeinteractive.com/bridge14/
I’ll have to change my website to this theme then?
Check picture..
Thanks
January 25, 2016 at 11:46 am #571247Hi!
every customer needs something different and other people might be happy with those results. You don’t have to change theme, jut follow Elliott’s instructions.
Regards,
AndyJanuary 25, 2016 at 5:13 pm #571428Ok .. thanks .. I was a little stressed.=) I’m really happy with the theme.
Two questions..
First
____________________________________________________________________
How can adjust the fullscreen slider to mobile ?Check my website please.. The slider does not fit to mobile devices.
Second
How can I change the size (height) for featured image slider – mobile version..Thanks =)
/Eric
January 25, 2016 at 5:21 pm #571433Hi!
You can refer to this post and choose to display different element on mobile – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Best regards,
YigitJanuary 25, 2016 at 5:28 pm #571443Hej—Yigit
How can adjust the fullscreen slider to mobile ?I do not want to hide anything .. I need help for adjust the Fullscreen slider to the mobile version.. (Iphone, samsung, etc) Works perfect for desktop and tablets but not for phones.. check my website please…
Thanks
ERICJanuary 26, 2016 at 6:36 am #571907Hi,
The background image is set the cover the containing element so some loss of image date is inevitable on different screen sizes. What Yigit was referring to was that you can create a new element and use an image better adapted to smaller screens and then hide/show the correct one using CSS, would that be an alternative for you? If not I think this will be very difficult for you to solve.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.