Viewing 1 replies (of 1 total)
  • Hi,

    I think for placing the slider in header, you need to create child theme which is a better idea and then you can also change the logo size from the css used in that child theme.

    
    /* below css will change logo size */
    .custom-logo{
      width: 200px; /* change the width to what ever you want */
    }
    
    

    here is some guide for creating child theme.
    https://codex.wordpress.org/Child_Themes

Viewing 1 replies (of 1 total)
  • The topic ‘How do i add header slider on my homepage?’ is closed to new replies.