Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.

    #815039

    Hey 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,
    Victoria

    #839823

    Hi,

    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,

    #839847

    Hi,

    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;
    }

    That should do the trick.

    Thanks

    TJ

    #839903

    Hi all,


    @tjswarbs78
    great job! Than you :)


    @ecoworld76
    does the solution given above work for you?

    Best regards,
    Victoria

    #839995

    Even the participants are experts here … lol @tjswarbs78

    Great forum, great theme and first class support.

    Yes Victoria … it worked

    #840264

    Hi ecoworld76,

    Yes, we really appreciate their help on the forum :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.