Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • in reply to: Theme Options pages are blank after upgrading to WP 4.0 #114630
    jlarcom
    Member
    Post count: 3
    This reply has been marked as private.
    in reply to: Theme Options pages are blank after upgrading to WP 4.0 #114628
    jlarcom
    Member
    Post count: 3

    I believe so, I have ver 1.62 installed…

    in reply to: Center Team Member #12449
    jlarcom
    Member
    Post count: 3

    No reply for 5 days now, so I went in and sort-of fixed this manually. Using a full width text box and placing the photo and text underneath with social short code (that I had to add code to to make it centered). I found this code to center social icons on another post:

    <p class=”social-centered”>[social size=”standard” style=”colour”]</p>

    Then add the following to the box ‘Extra class name’ and Custom CSS in Theme options:

    .social-centered ul.social-icons {
    text-align: center;
    }
    .social-centered ul.social-icons li {
    float: none;
    display: inline-block;
    }

    This works for my client, but not the fix I was looking for…

Viewing 3 posts - 1 through 3 (of 3 total)