-
AuthorPosts
-
June 30, 2017 at 10:49 am #814904
Hi,
I am already user of this theme and absolutely loves it.
I am looking to create a website with the same layout as this http://www.maxxis.co.uk/
However my question is which I have asked previously but was told that it is not possible but not sure if it has been added since then?
Can the theme provide the option of showing contents in two columns on mobile view?
Can you also let me know if you can curve the images from the corners like on this website?
Last but not the least how can you show the header image full screen on desktop and mobile same as this lauout … https://avada.theme-fusion.com/health/
Your help will be appreciated.
June 30, 2017 at 4:40 pm #815039Hey ecoworld76,
Yes, you can curve the images via css. That is fullscreen slider in Enfold. We could try to show your content in 2 columns on mobile, though one column makes it more readable. Those are not theme options, those adjustments are made via css.
If you need further assistance please let us know.
Best regards,
VictoriaAugust 16, 2017 at 11:07 am #839823Hi,
Thank you for your help. I have been away on holidays thats why didn’t respond earlier.
I would like to curve 1/3 section images on the following page: https://www.eco-world.co.uk/heating
I would like the curve to in the top left and bottom right corners.
Please can you advise how can I acheive this?
Kind regards,
August 16, 2017 at 12:23 pm #839847Hi,
The images can be targeted using
.avia-slideshow li img { border-top-left-radius: 60px; border-bottom-right-radius:60px; }
that however will curve ALL images so we need to target only images in a one third column
.av_one_third .avia-slideshow li img { border-top-left-radius: 60px; border-bottom-right-radius: 60px; }
Thanks
TJ
August 16, 2017 at 2:55 pm #839903Hi all,
@tjswarbs78 great job! Than you :)
@ecoworld76 does the solution given above work for you?Best regards,
VictoriaAugust 16, 2017 at 5:25 pm #839995Even the participants are experts here … lol @tjswarbs78
Great forum, great theme and first class support.
Yes Victoria … it worked
August 17, 2017 at 7:04 am #840264 -
AuthorPosts
- You must be logged in to reply to this topic.