Creating a eight feature section

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #545525

    Hi:
    How to create a eight feature in feature section? when I added eight widgets, the style was wrong.

    #546367

    Hi Liu,

    Could you specify how to replicate the issue? Do you mean you added 8 Feature Block widgets or Feature widgets? Could you provide a screenshot or example?

    Best regards,
    John

    #546370

    Hi Join,
    I mean add 8 feature widgets in the feature section, please visit my site https://www.infludigital.net/ and see the “MARKETPLACE FEATURES” section, you will see the style issue. Thank you.

    #546637

    Hi Liu,

    Please check each Feature widget Grid settings and try to configure in this way each widget.
    Emmet Feature Widget Grid Size

    Best regards,
    John

    #546794

    Hi Join,
    I has confirmed that each widget size was default value: Phone:12, Tablet: 6, Desktop:3, Large Desktop: 3. There is another way to fix this issue? Thank you.

    #547238

    I resolved this by added some javascript code in the file sections/features.php

    
    <script language="javascript">
    		jQuery(document).ready(function($){
        		$("#features").children(".container").children(".section-content").children("div:nth-child(3)").children(".row").children("div:nth-child(4)").after("<div class='row'></div>");
    		})
    </script>
    
    #547673

    Hi Liu,

    I’ve tested it locally and it worked in Customizer and site preview.
    Feature Widget Emmet
    Make sure you use latest versions of Emmet theme and Emmet Theme Engine plugin. Also check if you add those widgets to Features Section.
    You can remove the code you applied and email us your details and we’ll check it for you.

    Best regards,
    John

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