Liu Feng

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Creating a eight feature section #547238
    Liu Feng
    Participant

    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>
    
    in reply to: Creating a eight feature section #546794
    Liu Feng
    Participant

    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.

    in reply to: Creating a eight feature section #546370
    Liu Feng
    Participant

    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.

Viewing 3 posts - 1 through 3 (of 3 total)