• Resolved looralikes

    (@looralikes)


    Hello,

    I am building a site for a business that only has one main person (the owner) that is going to be featured under the “team” section”. I am not able to figure out a way to center the image and information for just one person – the options allow only for 2 to 4 columns. I’d appreciate any help!

    Thanks!

Viewing 1 replies (of 1 total)
  • Theme Author MageeWP

    (@magictheme)

    Hi,

    You can edit theme file includes/admin-options.php, change the following line

    'options' => array(2=>2,3=>3,4=>4),

    to

    'options' => array(1=>1,2=>2,3=>3,4=>4),

    Then you can select 1 column.

Viewing 1 replies (of 1 total)
  • The topic ‘Centering Team Image’ is closed to new replies.