Skip to content
SKT Themes logo
  • Plugins
  • Documentation
  • My Account
  • Home
  • Themes
  • Features
  • Pricing
  • Client Reviews
  • Support
  • Contact

WordPress Themes Support

Get Support here. 1000s of common questions on WordPress resolved.

Create your topic after login!

Create Topic

Forums

  • All Other Themes
  • Gravida Support
  • IT Consultant Support
  • Perfect Forum
  • SKT Full Width Forum
  • I Am One Support
  • SKT Black/White Theme Support
  • Melody Theme Support
  • Pathway Forum
  • Exceptiona Theme Support
  • Parallax Me Forum
  • Photo World/Photo Session Support
  • PicArt
  • SKT Biz/Corp Theme Support
  • Panaroma Forum
  • Toothy Theme Support
  • Lawzo Theme Support
  • Blendit Theme Support
  • Massage Center (Spa) Forum
  • Photodock theme support
  • Gym Master Theme Support
  • Handy Theme Support
  • Kraft Theme Support
  • Shudh theme support
  • Furnish theme support
  • Teethy theme support
  • Bony/Spirited Forum
  • Beauty Cuts Theme Support
  • BeFit Theme Support
  • Construction Pro/Build Forum
  • Medical
  • Fitness Pro Forum
  • Hotel Pro

Views

  • Most popular topics
  • Topics with no replies

Logo is not showing up on Mobile Website

Home › Forums › All Other Themes › Logo is not showing up on Mobile Website

  • This topic has 14 replies, 2 voices, and was last updated 7 years ago by Brenda RodriguezSonl Sinha.
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • April 17, 2018 at 4:07 pm #99340
    Brenda RodriguezBrenda Rodriguez
    Member
    • Topics: 21
    • Replies: 44
    • Total: 65
    Member since: June 14, 2017

    Hello, I uploaded a main logo under >theme options> basic settings> logo. I can see it when I look at my website on a computer. But, when I look at my website online, I do not see it. My website is https://www.butterflykissess.com/

    I did install a mobile menu, I do not know if this may be affecting my logo? The mobile menu is http://www.wpmobilemenu.com

    April 18, 2018 at 6:04 am #99376
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31203
    • Total: 31203
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .slider-main { min-height:85px;}
    .main-header, .header { display:block !important;}
    .toggle { display:none;}
    }

    Regards,
    Chris

    April 18, 2018 at 12:40 pm #99497
    Brenda RodriguezBrenda Rodriguez
    Member
    • Topics: 21
    • Replies: 44
    • Total: 65
    Member since: June 14, 2017

    Hello,

    I placed the code into the css box, however, I still cannot see the logo on my shop page.

    https://imgur.com/I5HaJ9u

    Here is what is in my custom css box:

    body { background:#fff;}
    section#wrapTwo { margin-top: 130px;}
    @media screen and (max-width:767px) {
    .header .header-inner .logo { margin:0 auto !important;}
    .header {bottom: inherit !important; position: absolute !important; top: 110px !important;}
    section#wrapTwo { margin-top:10px !important;}
    }
    add_filter (‘wpseo_allow_xml_sitemap_ping’, ‘__return_false’);

    .innerbanner img{display: block;}

    .archive .header { padding:20px 0;}
    .archive .content-area { padding:0;}

    @media screen and (max-width:767px) {
    .header { position:relative !important; top:0 !important; }
    .header .header-inner { padding-top:0 !important;}
    .toggle a { margin-top:0 !important;}
    }

    .header { padding-top:0 !important;}
    .content-area { padding:10px 0 50px !important;}

    .services-wrap .one_fourth:hover a.linkreadmore { display:none;}

    .header { padding-top:0 !important;}
    .content-area { padding:10px 0 50px !important;}

    .page .innerbanner img { display:none;}

    .services-wrap .one_fourth p { display:none;}

    .slider-main { min-height:350px;}
    .header .header-inner .logo { margin-bottom:30px;}

    .innerbanner { height: 400px; overflow: hidden; margin-bottom: 30px;}

    @media screen and (max-width:479px) {
    .slider-main { min-height:85px;}
    .main-header, .header { display:block !important;}
    .toggle { display:none;}
    }

    April 18, 2018 at 12:52 pm #99501
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31203
    • Total: 31203
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:767px) {
    .header { display: none !important;}
    }

    Regards,
    Chris

    April 18, 2018 at 12:56 pm #99502
    Brenda RodriguezBrenda Rodriguez
    Member
    • Topics: 21
    • Replies: 44
    • Total: 65
    Member since: June 14, 2017

    I added the code.

    I checked the mobile website shop page. There is no logo.

    https://imgur.com/jycSuuc

    Current CSS Box:

    body { background:#fff;}
    section#wrapTwo { margin-top: 130px;}
    @media screen and (max-width:767px) {
    .header .header-inner .logo { margin:0 auto !important;}
    .header {bottom: inherit !important; position: absolute !important; top: 110px !important;}
    section#wrapTwo { margin-top:10px !important;}
    }
    add_filter (‘wpseo_allow_xml_sitemap_ping’, ‘__return_false’);

    .innerbanner img{display: block;}

    .archive .header { padding:20px 0;}
    .archive .content-area { padding:0;}

    @media screen and (max-width:767px) {
    .header { position:relative !important; top:0 !important; }
    .header .header-inner { padding-top:0 !important;}
    .toggle a { margin-top:0 !important;}
    }

    .header { padding-top:0 !important;}
    .content-area { padding:10px 0 50px !important;}

    .services-wrap .one_fourth:hover a.linkreadmore { display:none;}

    .header { padding-top:0 !important;}
    .content-area { padding:10px 0 50px !important;}

    .page .innerbanner img { display:none;}

    .services-wrap .one_fourth p { display:none;}

    .slider-main { min-height:350px;}
    .header .header-inner .logo { margin-bottom:30px;}

    .innerbanner { height: 400px; overflow: hidden; margin-bottom: 30px;}

    @media screen and (max-width:479px) {
    .slider-main { min-height:85px;}
    .main-header, .header { display:block !important;}
    .toggle { display:none;}
    }

    @media screen and (max-width:767px) {
    .header { display: none !important;}
    }

    April 18, 2018 at 1:00 pm #99505
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31203
    • Total: 31203
    Member since: August 16, 2013

    Hi,

    Okay, Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Chris

    April 18, 2018 at 1:04 pm #99507
    Brenda RodriguezBrenda Rodriguez
    Member
    • Topics: 21
    • Replies: 44
    • Total: 65
    Member since: June 14, 2017

    I have sent the information. Thank you.

    April 18, 2018 at 1:25 pm #99516
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31203
    • Total: 31203
    Member since: August 16, 2013

    Hi,

    Issue resolved from our end. Kindly check and confirm.

    Regards,
    Chris

    April 18, 2018 at 1:42 pm #99519
    Brenda RodriguezBrenda Rodriguez
    Member
    • Topics: 21
    • Replies: 44
    • Total: 65
    Member since: June 14, 2017

    Yes,, I see the logo now. However, the product images are now very large.

    https://imgur.com/26W0VqA

    April 18, 2018 at 5:01 pm #99529
    Brenda RodriguezBrenda Rodriguez
    Member
    • Topics: 21
    • Replies: 44
    • Total: 65
    Member since: June 14, 2017

    In addition, after reviewing the change, I also noticed that one of the product categories is now missing from the shop page (Girls Clothing 7-12 years). It was not missing before.

    April 18, 2018 at 5:08 pm #99530
    Brenda RodriguezBrenda Rodriguez
    Member
    • Topics: 21
    • Replies: 44
    • Total: 65
    Member since: June 14, 2017

    Just to clarify, on my mobile website (not desktop), the images on the product category are now too large and in addition one category is missing from my mobile website now (Girls Clothing 7-12 years). It is still listed in the drop down menu but after the logo change, it is now missing the picture Icon that was there before.

    April 19, 2018 at 11:51 am #99583
    Brenda RodriguezBrenda Rodriguez
    Member
    • Topics: 21
    • Replies: 44
    • Total: 65
    Member since: June 14, 2017

    https://imgur.com/gallery/UbgQCUP

    April 19, 2018 at 11:55 am #99585
    Brenda RodriguezBrenda Rodriguez
    Member
    • Topics: 21
    • Replies: 44
    • Total: 65
    Member since: June 14, 2017

    https://imgur.com/a/vdgMQIr

    April 19, 2018 at 12:03 pm #99587
    Brenda RodriguezBrenda Rodriguez
    Member
    • Topics: 21
    • Replies: 44
    • Total: 65
    Member since: June 14, 2017

    Is the location of the logo causing issues? Is it because it is not on top? If that is an issue, then please go ahead and put the logo where it won’t cause a problem please.

    April 20, 2018 at 1:18 pm #99788
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31203
    • Total: 31203
    Member since: August 16, 2013

    Hi,

    Done.

    Regards,
    Chris

  • Author
    Posts
Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.
Log In
Quick Links
  • About Us
  • Managed Hosting
  • Customization
  • Hire WP Developer
  • PSD to WP
  • WP Monthly Maintenance
  • Blog
  • Sitemap
  • Terms
  • Privacy
Categories
  • Others
  • Author
  • Automotive
  • Bakery
  • Blog
  • Business
  • Church
  • Construction
  • Corporate
  • Dentist
  • Ebook
  • Ecommerce
  • Education
  • Entertainment
  • Fitness
  • Free
  • Gutenberg
  • Hotel
  • HTML
  • Interior
  • Lawyer
  • Magazine
  • Medical
  • Multipurpose
  • Music Artist
  • News
  • NGO
  • Non profit
  • One Page
  • Personal
  • Photography
  • Plugins
  • Portfolio
  • Real Estate
  • Restaurant
  • Spa and Salon
  • Sports
  • Technology
  • Travel
  • Wedding
Recent Post
Magento to WordPress Migration Services for Seamless Website Transfer

Magento to WordPress Migration The migration process is indeed helpful for your dream business as your e-commerce business needs this buckle up to grow and […]

7 Best Promising WordPress Themes for Building Great Elegant Websites

Promising WordPress Themes We have collected the most promising WordPress themes to guarantee the sustainable and revenue generating nature of your website revolving around any […]

12 Best Free WordPress Google Map Plugins for Google Maps

Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]

Follow Us
Facebook X
Copyright © 2025 SKT Web Themes LLC
By continuing to browse this site, you agree to our use of cookies.