This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Center allign is not workin on the footer widget

Resolved 15 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

For some reason whatever I put on my footer widget, doesnt allign as I want (center), even if I use the right align it always send the text and everything to the left, It was working really good 2 days ago or so and sudenly it is not working anymore, this is how I´ve been configuring my footer widget:

Customize
Widgets
Footer
Add a Widget
Layout builder
add a row
add a widget
visual editor
I write a word
Center align
DONE
DONE

But it makes everything left allign even if I choose center or right align

Why is this happening????

URL: http://www.qpuntto.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

15
  1. artvaz 10 years, 9 months ago

    I´ve just realized that it is happening (always left align) when I have responsive layout as NOT Enable, what can I do???? so I can keep responsive layout as NOT enable????

  2. Andrew Misplon Staff 10 years, 9 months ago

    Hi Artvaz

    Are you looking to align your footer widgets here:

    http://qpuntto.com/

    ?

    If you can re-create the problem for us we can take a look and try resolve.

    Thanks

  3. artvaz 10 years, 9 months ago

    Now you can see the problem in action, waiting for your answer

  4. Andrew Misplon Staff 10 years, 9 months ago

    In this situation if you add the following the widget will center.

    Edit the widget.
    Click Attributes top right.
    Enter the following into the CSS Styles field:

    width: 100%

    Hope that helps.

  5. artvaz 10 years, 9 months ago

    Didnt work, any other suggestion???, why is this happening????, as I told u, this only happens when I set “Responsive Layout” as NOT enable.

  6. Andrew Misplon Staff 10 years, 9 months ago

    I’m not seeing the CSS in your source code. Did you add and then remove it?

    I’m unfortunately not sure at this stage why this is happening.

    Add the following to Appearance > Custom CSS will also resolve:

    /* Footer */
    #pl-w55514c97ce022 .panel-grid-cell .so-panel:last-child {
      width: 100%;
    }
  7. artvaz 10 years, 9 months ago

    works like a champ thank Andrew!!!

  8. Andrew Misplon Staff 10 years, 9 months ago

    Super, glad we could help.

    All the best.

  9. artvaz 10 years, 9 months ago

    Andrew is happening again, everything is aligned to the left on the footer widget its kinda weird because it only happens when on Appearance-Theme Settings-Layout, I keep as empty the enable option on “Responsive Layout” (Responsive Layout NOT enable), any suggestions???

  10. Andrew Misplon Staff 10 years, 9 months ago

    The CSS we used was very specific to the previous setup so certain changes would render it no longer applicable. You can remove it now.

    Try this. Don’t use a Layout Builder there, it doesn’t look like you need one. Just insert a single SiteOrigin Features widget and set the widget to have three features. Then enter your three featured items.

    Let us know how that goes.

  11. artvaz 10 years, 9 months ago

    You I need the layot builder cuz under the features there is a Visual editor, I already did that, (only locating the features but it didnt work

  12. artvaz 10 years, 9 months ago

    You know ???, I need the layout builder cuz under the features there is a Visual editor, I already did that, (only locating the features but it didnt work

  13. Andrew Misplon Staff 10 years, 9 months ago

    Try the following under Appearance > Custom CSS. Should sort this out:

    /* Footer */
    #footer-widgets .widget:only-child {
      width: 100%;
    }
  14. artvaz 10 years, 9 months ago

    you are a champ buddy worked pretty good

  15. Andrew Misplon Staff 10 years, 9 months ago

    Thanks for hanging in there. Glad that helped. The CSS we’ve used now is more robust. It just says, if there is only one widget in the footer, make it 100% width.

    All the best :)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread