New Landing How can we help? Themeforest Theme Support Flexform vertical dividers in the footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #33512
    MoodMaker
    Member
    Post count: 61

    Hi,

    Is it possible to add some “vertical dividers” in the footer, between each widget’s column ? like separators of one pixel ? I don’t find how to fix it ๐Ÿ™

    Thanks a lot !

    Antoine

    #33706
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Antoine,

    This is not possible with the theme, it requires customizations.

    I’ll try to point you in the right direction, but note that this may require additional work:

    #footer-widgets .span4 section:after {
        background: #FFF;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: -10px;
        top: 0;
        width: 1px;
    }
    
    #footer-widgets .span4 { position: relative;}

    Regards,

    โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”

    Cosmin – Support

    #35477
    MoodMaker
    Member
    Post count: 61

    Thanks a lot Cosmin for your advices ! ๐Ÿ™‚

    #35626
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Sure thing Antoine, happy coding ๐Ÿ™‚

    Regards,

    โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”

    Cosmin – Support

Viewing 4 posts - 1 through 4 (of 4 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