Advertisement
Guest User

Untitled

a guest
Sep 15th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. // change col-md-2 and col-md-10 however you want
  2. // these are bootstrap grid class so change them accordingly
  3.  
  4. function custom_logo_size() {
  5.  return array('logo'=>'col-md-2','menu'=>'col-md-10')
  6. }
  7. add_filter( 'onexwp_header_column', 'custom_logo_size' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement