1 full width footer area?

Home Forums WordPress Theme Support BfastMag Pro 1 full width footer area?

This topic contains 2 replies, has 2 voices, and was last updated by  frank 5 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10198

    frank
    Member

    Is there a css code you can write to have just one full-width footer area?
    Something like:
    @media (min-width: 768px) {
    .footercol1 {width:100%}
    .footercol2 {width:0%}
    .footercol3 {width:0%}
    }

    #10201

    Raja CRN
    Keymaster

    Hello,

    Use the following code to get the full width.

    #footer-inner .col-md-4 {
    width: 100%;
    }

    #10218

    frank
    Member

    Wordled perfectly
    Thanks

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

Only Verified Customer of this Theme Can post reply to this Support Topic! .