New Landing How can we help? Themeforest Theme Support Flexform How to add a background color to a single column footer

Viewing 5 posts - 16 through 20 (of 20 total)
  • Posted in: Flexform
  • #87017
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your custom css:

    #footer-widgets {
      width: 100%;
      margin-left: 0;
    }

    – Kyle

    #87118
    blaouchez
    Member
    Post count: 448

    My footer is ok (page : http://cluster007.ovh.net/~montourckh/?page_id=2), THANKS !!! but the logo is shifted to the left

    For now all the css is :

    #footer-widgets > .span3:nth-child(1) { background-color: #66CC33;} 
    #footer-widgets > .span3:nth-child(2) { background-color: #ffffff;} 
    #footer-widgets > .span3:nth-child(3) { background-color: #f60;}
    #footer-widgets > .span3:nth-child(4) { background-color: #5777AB;}
    
    #footer{padding:0px  !important}
    
    @media only screen and (min-width: 768px) {#footer-widgets .span3 {width: 25%; margin: 0; }}
    #footer-widgets {
      width: 100%;
      margin-left: 0;
    }
    #87183
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have changed the code from :
    @media only screen and (min-width: 768px) {.span3 {width: 25%; margin: 0; }}
    to:
    @media only screen and (min-width: 768px) {#footer-widgets .span3 {width: 25%; margin: 0; }}

    Thanks

    #87265
    blaouchez
    Member
    Post count: 448

    Great !!! 😉 Thanks Mohammad

    #87266
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad!

    – Kyle

Viewing 5 posts - 16 through 20 (of 20 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