Change to size of the Company Logo
-
Hey there,
how can we change the size of the Company Logos shown on the jobs shortcode page. I tried something, but with this ones, it just destroys my whole layout:
I put this one in the functions.php.add_action( ‘after_setup_theme’, ‘my_custom_size_img’ );
function my_custom_size_img() {
add_image_size( ‘job-offer-img’, 250, 250, true);
}and changed line 23(I′ve overridden the template just like the documentation says) from
<?php the_company_logo(); ?>
to
<?php the_company_logo(‘job-offer-img’); ?>Any help about this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change to size of the Company Logo’ is closed to new replies.