Custom Div with logo

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Wed Feb 26, 2014 10:11 pm
Hi there,

I would like to position my logo outside of gk-bg. I would normally do it in html and then position it with css. Now, I don't know how to do this with this template as there are only php files, as far as I can see.

Any ideas? I am sure its simple, I just have not worked with wordpress templates before.

THANKS!
User avatar
Senior Boarder

GK User
Thu Feb 27, 2014 8:43 am
Hi,

Please check your MSocial/layouts/header.php file, this fragment is responsible for displaying the logo:

Code: Select all
<?php if(get_option($tpl->name . "_branding_logo_type", 'css') != 'none') : ?>
            <a href="<?php echo home_url(); ?>" class="<?php echo get_option($tpl->name . "_branding_logo_type", 'css'); ?>Logo"><?php gk_blog_logo(); ?></a>
            <?php endif; ?>
User avatar
Moderator


cron