Home>Support>Can align buttons, but can’t align titel!

Can align buttons, but can’t align titel!

Hello!

I’m using SiteOrigins Theme Vantage to build a new website. For the footer I’m using the SiteOrigin Widget for Social Media Buttons. In this widget I have aligned the buttons to the right. But I can’t align the titel to the right too!!! This doesn’t look nice in the footer, how can I fix this problem?

Thank you in advance!

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 4 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Hi Ullie

    Do you have a public URL where we can take a look at what’s going on?

    Thanks

  2. 4 years, 16 days ago Ullie

    Hi Andrew!

    Unfortunately I did not receive a notification that you responded, sorry.

    The site went online for a few days: saraja-slaapcursus.nl

  3. 4 years, 16 days ago Andrew Misplon
    Hi, I Work Here

    Super, thanks for the update. There isn’t a setting available to align the widget title but you can try adding to AppearanceCustom CSS if you’re using SiteOrigin CSS or CustomizeAdditional CSS:

    #footer-widgets .widget:last-of-type .widget-title {
    	text-align: right;
    }

    SiteOrigin CSS has a visual editor that makes it quite easy to make small CSS changes like this, you could perhaps consider it in the future.

  4. 4 years, 15 days ago Ullie

    I did use SiteOrigin CSS as you adviced and with this I’ve managed to align the widget centered.

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

    Unfortunately I have not yet managed to align the left part of the widget to the left and the right part to the right. I’m going to try that out too, but centering is a better visual solution for now.

    If you have any suggestions, please let me know Andrew!

  5. 4 years, 15 days ago Andrew Misplon
    Hi, I Work Here

    Hi, thanks for your feedback and for using SO CSS. Please, try using the rule I sent instead, it’ll target only the last title which should help the problem.

  6. 4 years, 12 days ago Ullie

    That didn’t work Andrew, that’s why I just created another rule …

  7. 4 years, 12 days ago Andrew Misplon
    Hi, I Work Here

    Thanks.

    The rule I sent seems to work when I test it live on your site.

    You can try setting the first Social Media Icon widget alignment to left and the second to right. Next, replace your custom CSS with the following:

    #footer-widgets .widget .widget-title {
      font-size: 20px;
    }
    
    #footer-widgets .widget:last-of-type .widget-title {
      text-align: right;
    }
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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More