Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // change col-md-2 and col-md-10 however you want
- // these are bootstrap grid class so change them accordingly
- function custom_logo_size() {
- return array('logo'=>'col-md-2','menu'=>'col-md-10')
- }
- add_filter( 'onexwp_header_column', 'custom_logo_size' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement