Viewing 1 replies (of 1 total)
  • So in the theme options > logo margin. You have a margin on the right and left side.
    You can just add this to your custom css box:

    @media (max-width: 767px) {
    #logo {
    margin-right: 0px;
    margin-left: 0px;
    }
    }

    Kadence Themes

Viewing 1 replies (of 1 total)

The topic ‘Mobile Logo’ is closed to new replies.