test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • cnglobal Friend
    #1061237

    I’m trying to figure out why my footer text is not filling up the width of the page. Hopefully you can assist and tell me why? I’m also looking for a footer with the same layout as your website – copyright, newsletter, footer menus etc. How can I achieve this?

    https://backlitdecor.com/

    • This topic was modified 7 years, 4 months ago by  cnglobal.
    Pankaj Sharma Moderator
    #1061351

    Hi
    Footer is not using full width.
    if your issue related to the color kindly add this code in custom.css file

    .t3-footer .container {
        background: #000!important;
    }

    So the footer will look same colour, Making the 100% of footer will affect the style. Let me know if you want 100% width.

    Regards

    cnglobal Friend
    #1061369
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1061374

    Hi
    Add below code in custom.css file

    .t3-footer .container {
        width: 100%!important;
    }

    The footer copyright and module position in right side size is defined in template folder /tpls/blocks/footer.php file.

    Regards

    cnglobal Friend
    #1061377

    Thanks Pankaj,
    All my text is aligned to the very right of the page now. I want it to stay within the white borders. How would I do that?
    Also my table is set to 100% but the width still isn’t reaching. Something is blocking it.

    Pankaj Sharma Moderator
    #1061403

    Hi
    By default, it uses the same width. If you will apply the code i suggested it will not look like before.
    So in case you want to show footer in the same size like white box main body, kindly remove the code i suggested.
    See this http://prntscr.com/gjoz7m

    For table issue, kindly open a new thread and add all details if issue in that post.

    Regards

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

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum