• Resolved xavric

    (@xavric)


    Hi @anlino,

    I have two questions concerning the footer:
    1) Is that possible to have 3 or 4 columns for widgets instead of 2?
    2) If I choose to have only one column footer with centered logo and extra info, what is the CSS to expand the footer 1 column to 100% (and therefore fitting the width of the screen) and make everything in a text widget centered?

    oh, and the 3rd one related to 2) : can I insert a button in that text widget ?

    Thanks for your great support.
    Xavier (@xavric)

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @xavric,

    1) It’s possible, but would require pretty extensive changes. You’d have to create a child theme, register additional sidebars in it, output them (as well as the original two) in the footer.php file, and modify the classes of the footer widgets wrapper to set them in four columns.

    2) This CSS should do it:

    .footer-widgets-wrapper,
    .footer-widgets { width: 100% !important; margin-left: 0 !important; text-align: center; }

    3) Yes, by using the HTML widget and adding the following:

    <a href="https://www.google.com" class="faux-button">Text</a>

    — Anders

    • This reply was modified 4 years, 9 months ago by Anders Norén.
    Thread Starter xavric

    (@xavric)

    Hi @anlino,

    Ok thanks for the code and, again, for your great theme that really has the versality and features of a premium template. I will keep an eye on your website to see what’s coming up !

    Kind regards,
    @xavric

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer formating’ is closed to new replies.