New Landing How can we help? Themeforest Theme Support Flexform Display picture and box without margin

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Flexform
  • #83616
    blaouchez
    Member
    Post count: 448

    Hello,

    How to display (or slideshow) beside a box (boxed content) without margin between them (model attached)

    Regards

    #83636
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    If you provide specific page url so i can debug to fix the issue very soon .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #83816
    blaouchez
    Member
    Post count: 448

    Hi,

    http://www.lf-conseil.com/site/0_test_actu

    How to eliminate the margin between the slider and the text block?

    It would also require that the text block is the same height as the slider. (I will customize the text if it is hidden)

    Is this possible?

    #83830
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You would need to add an extra class to the extra class field in the text box settings, then add this custom css:

    .yourclass.span-third {
      margin-left: 0;
      width: 266px;
    }

    – Kyle

    #83894
    blaouchez
    Member
    Post count: 448

    ok, thanks !

    #83946
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    – Kyle

    #84205
    blaouchez
    Member
    Post count: 448

    โ€ฆ but problem on iPad (test full width)

    http://www.lf-conseil.com/site/0_Test_slider

    #84352
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Change the css to:

    @media only screen and (min-width: 769px) { 
    .yourclass.span-third {
      margin-left: 0;
      width: 266px;
    }
    }

    Let me know if that helps

    – Kyle

    #84409
    blaouchez
    Member
    Post count: 448

    Hello Kyle,

    Dreamweaver does not accept this new css (screenshot) …

    Link my page: http://www.lf-conseil.com/site/0_Test_slider

    Thanks

    #84432
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme Options -> Custom CSS => Here put given below code and update options

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #84661
    blaouchez
    Member
    Post count: 448

    The text block retains much of its size, but ok on iPad, it is placed under the slider

    If I remove the sidebar, it does not work.

    #84664
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Do you need to remove the sidebar on that page?

    – Kyle

    #84721
    blaouchez
    Member
    Post count: 448

    No, I attach the template (without sidebar), will be more clear;)

    #84725
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    So it’s all working fine now?

    – Kyle

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

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

License required for the following item
Login and Registration Log in · Register