SKT PVC Pipe theme related support

Home Forums All Themes Questions SKT PVC Pipe theme related support

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4480
    Oliver Daniel
    Participant

      I am using SKT PVC Pipes theme
      I am not able to adjust the logo size in mobile view
      Also the heading which comes besides logo is also not appearing
      Can you please guide as to where are the respective settings for the same

      #4483
      Forum Moderator
      Moderator

        Hi,

        Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

        @media screen and (max-width:479px) {
        .logo img {
            max-width: 70px;
        }
        }

        Regards,
        Shri

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.