Our Team on Home Page

Home Forums IT Consultant Support Our Team on Home Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68545
    CodyCody
    Member
    • Topics: 5
    • Replies: 5
    • Total: 10
    Member since: March 29, 2017

    Hello,

    On this page, http://upstreamaudio.com/, I want the picture of Cody Dowling (shown right now aligned left) to be aligned in the center, until we add more consultants to our team. Can you tell me code that I can add which will center him for now and then some code/configuration I can change down the road to load him on the left and other consultants in the middle and on the right?

    So, right now I have:

    Our Team
    X

    where “X” is the image, shown left justified.. What I want is:

    Our Team
    X

    where “X” is the picture centered under “Our Team” heading.

    Any ideas?

    Using IT Pro theme, FYI.

    Thanks!

    #68574
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi Cody,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .section-teammember {text-align: center;}
    .section-teammember .one_third {display: inline-block; float: none;}

    Regards,
    Brad

    #68692
    CodyCody
    Member
    • Topics: 5
    • Replies: 5
    • Total: 10
    Member since: March 29, 2017

    Hi Brad,

    This worked perfectly. Thank you so much!

    Cody

    #68713
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Our Team on Home Page’ is closed to new replies.