Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #671547

    Presuming I have one footer widget or two footer widgets, how can I center the whole column or columns. Please note that I am not asking about centering the text or center aligning text in a column/footer widget as below.

    #footer .widget {
    text-align: center;
    }

    #671722

    Hi hingex,

    Did you set the amount of columns you would like in the theme options? Please post a link to the site in question if you should need any further help.

    Best regards,
    Rikard

    #672025

    Yes, I currently have two. However per my question how do I center these two columns or if I have one, how do I center such or any number of columns

    #672028

    I basically want whatever number of columns to be centered and not left or right aligned or whatever else. I am including an example site I found online that has a centered footer column.

    #672410

    Hello I opened this on August 11th. It is now August 14th.

    #672763

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #footer .container {
        max-width: 50%;
    }
    

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.