Skip to content
SKT Themes
  • 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 4 years, 11 months ago by Brenda RodriguezForum Moderator.
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
    Forum ModeratorForum Moderator
    Moderator
    • Topics: 0
    • Replies: 29664
    • Total: 29664
    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
    Forum ModeratorForum Moderator
    Moderator
    • Topics: 0
    • Replies: 29664
    • Total: 29664
    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
    Forum ModeratorForum Moderator
    Moderator
    • Topics: 0
    • Replies: 29664
    • Total: 29664
    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
    Forum ModeratorForum Moderator
    Moderator
    • Topics: 0
    • Replies: 29664
    • Total: 29664
    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
    Forum ModeratorForum Moderator
    Moderator
    • Topics: 0
    • Replies: 29664
    • Total: 29664
    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

  • Home
  • About Us
  • Themes
  • Support
  • Documentation
  • Contact
  • Managed WordPress Hosting
  • Customization
  • Blog
  • Pricing
  • Sitemap
  • Terms
  • Privacy Policy
  • Hire WordPress Developer
  • PSD to WordPress
  • WordPress Monthly Maintenance
  • WordPress Jobs

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
  • Photographer
  • Plugins
  • Portfolio
  • Real Estate
  • Restaurant
  • Spa and Salon
  • Sports
  • Technology
  • Travel
  • Wedding

Recent Post

Fruits and Vegetables WordPress Themes for Organic Stores

Today, consumers all around the world are looking to reduce their ecological footprint. That is why they buy products that do not disrupt the environment. […]

Add Privacy Policy and Terms & Conditions Page in WordPress Website?

Do you want to dig into the easiest ways to add a WordPress privacy policy page and terms and conditions page in your site? If […]

White Label SEO Services are Becoming So Famous – Here is Why?

The 21st century has definitely been marked by major changes in many fields, including business. And while breathing amidst 2019, we can see that this […]

Follow Us

Facebook Twitter
Copyright © 2023 SKT Web Themes LLC