Home>Support>Center title on SiteOrigin Image in Page Builder?

Center title on SiteOrigin Image in Page Builder?

Okay, I have the premium version of Vantage. I’m using Page Builder and I put the SiteOrigin Image widget onto its own line on the top row. I said to center the picture and put the subtitle for the picture below the picture itself. This is what I ended up with:

The title is not centered with the picture, and it looks funky. Is there a way to center the title for the picture?

Thank you!

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

  1. 8 years, 7 months ago SiteOrigin
    Hi, I Work Here

    Hi HavaWorkman

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. 8 years, 7 months ago Private Message - HavaWorkman

    This is a private message.

  3. 8 years, 7 months ago SiteOrigin
    Hi, I Work Here

    Thanks. Do you perhaps want to use the Visual Editor widget to insert images. Here is the result. Links are private. You can confirm by checking the thread logged out.

    Private Snippet

  4. 8 years, 7 months ago SiteOrigin
    Hi, I Work Here

    You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* SO Image Widget */
    
    .so-widget-sow-image h2 {
    	text-align: center;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  5. 8 years, 7 months ago HavaWorkman

    I already have the SO CSS Editor installed.

    I added the custom CSS coding and that looks MUCH better – thank you! Just the look I was going for.

  6. 8 years, 7 months ago HavaWorkman

    Quick question: There’s kind of a large gap between the picture and the caption:

    Screen Shot 2016-01-25 at 11.15.50 AM

    What’s the CSS to reduce that padding? I made a guess and it didn’t do a darn thing so I’m back to asking you again. :)

  7. 8 years, 7 months ago SiteOrigin
    Hi, I Work Here

    Try changing our earlier CSS rule to:

    /* SO Image Widget */
    
    .so-widget-sow-image h2 {
            margin-top: 0;
    	text-align: center;
    }
  8. 8 years, 7 months ago HavaWorkman

    That doesn't make any difference. I also tried

    /* SO Image Widget */

    .so-widget-sow-image h2 {
    margin-top: 0;

    margin-bottom: 0;

    text-align: center;
    }

    Which also didn't do anything.

  9. 8 years, 7 months ago SiteOrigin
    Hi, I Work Here

    Hi :) It does make a change, it’s just a small one. Try:

    .so-widget-sow-image h2 {
        margin-top: -10px;
        text-align: center;
    }
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