New Landing How can we help? Themeforest Theme Support Flexform RevSlider Side by Side

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Flexform
  • #23809
    Dnn
    Member
    Post count: 8

    Hi. On FlexForm, any way for put slides on woocommerce home page only like this: http://douxclair.com.br/loja/

    Im trying put on php file like this:
    <div class=”row”>
    <?php putRevSlider( “slideslojaprincipal” ) ?>
    <?php putRevSlider( “slideslojalateral” ) ?>
    </div></p>
    <div class=”row”>
    <?php putRevSlider( “slideslojamarcas” ) ?>
    </div>

    But, is not responsivel and is out of alignment

    Thank’s

    #24139
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,
    The slider widths are not entered correctly. Please adjust accordingly. If box moves down reduce the first slider width .

    Another solution would be to put the two slider in the each div and give height in percentage like below and choose the ‘Auto Responsive ‘ layout mode.

    #box1{
    width :66%;
    }

    #box2{
    width:33% ;
    }

    #24180
    Dnn
    Member
    Post count: 8

    I could not fix 🙁
    If i provide access data you can fix for me?

    #24183
    Dnn
    Member
    Post count: 8
    This reply has been marked as private.
    #24256
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,
    Its Fixed. Have added this to style.css

    #box1{
    width:66%;
    float:left;
    }
    #box2{
    width:33%;
    float:left;
    margin-left:1%;
    }
    

    You can add to custom css if you wish .

    Let me know.

    Thanks

    #24305
    Dnn
    Member
    Post count: 8

    Thank’s

    #24711
    Melanie – SUPPORT
    Member
    Post count: 11032

    Great!

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register