Centering Logo - by irmankarim - on WordPress WooCommerce support

This topic has 41 replies, 4 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp

  • Avatar: Eva
    Eva Kemp
    Support staff
    September 29, 2014 at 10:48

    Hello,

    Sorry, but now there is an error “Server not found”.
    Please check the issue with your hosting provider.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: irmankarim
    irmankarim
    Participant
    September 29, 2014 at 11:34
    Avatar: Eva
    Eva Kemp
    Support staff
    September 29, 2014 at 21:48

    Hello,

    The reason was you had the following code in style.css file of the child theme:

    .tab-content-inner{
    display:none;
    }

    I’ve changed it to

    .tab-content-inner{
    display:block;
    }

    And the products have appeared on the Home page.
    Please check.

    Regards,
    Eva Kemp.

    Avatar: irmankarim
    irmankarim
    Participant
    September 30, 2014 at 03:58

    Thank you it works. Another problem i’m facing is when i add go to quick view or product detail page and add item to basket, it takes forever to load. Is there a bug with ajax? Because I am using SendPress for my newsletter and when i try to subscribe, the loading icon runs forever even after i have received the confirmation email.

    Avatar: Eva
    Eva Kemp
    Support staff
    September 30, 2014 at 17:02

    Hello,

    Please try to disable “Ajax filter” in Theme Options > Shop. This should fix the issue.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: irmankarim
    irmankarim
    Participant
    September 30, 2014 at 17:03

    does that mean the theme is not compatible with ajax?

    Avatar: Eva
    Eva Kemp
    Support staff
    September 30, 2014 at 19:52

    Hello,

    There is a bug with ajax, which should be fixed in the next update.
    Sorry for inconveniences.

    Regards,
    Eva Kemp.

    Avatar: irmankarim
    irmankarim
    Participant
    September 30, 2014 at 19:52

    okay thank you very much!. Let me know when the update is ready.

    Avatar: Eva
    Eva Kemp
    Support staff
    October 1, 2014 at 00:06

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: mike_litoris
    mike_litoris
    Participant
    November 27, 2014 at 16:03

    Hi Robert,

    Q1.
    Can you please help me with centering a logo? I’m using the code (see below) but the logo is not centering on mobile and smaller screens.

    Also how can I move the search icon+text to the right slightly?

    Q2.
    Is there a way to have a “reduced” header on all other pages. The big logo looks great on the homepage but is a problem on all other pages as it takes too much space. Can I have a much smaller header which is kind of similiar to ‘fixed tophav header’ on the rest of the pages?

    .header-logo {padding-left:100px;}
    .header-logo img {max-width: 520px; float:none;}
    
    @media only screen and (max-width: 1200px){
    .header-logo {
    left: 150px;
    }
    .header-type-7 .header-logo {
    text-align: center;
    }
    }
    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    November 27, 2014 at 17:15

    Hello.

    1. Please add this code into custom.css file:

    @media (max-width: 480px) {.header-logo img, .header-type-6 .header .header-logo img {
        margin-left: -70px;
    }
    .header-search {
       margin-right: 35px;
    }}

    2. In this case logo width should be decreased.
    Add this code into custom.css:

    .header-logo img {
        max-width: 120px !important;
    }

    Regards,
    Eva Kemp.

  • 1 2
    Viewing 41 results - 31 through 41 (of 41 total)

The issue related to '‘Centering Logo’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.