Forum replies created

    Alok Maheshwari
    Spectator
    Posts: 303
    January 16, 2015 at 6:37 am #14362

    Tested in Win 7 / IE but not able to replicate this issue. Can you do a video so that I can see how it is behaving on your system.

    Alok Maheshwari
    Spectator
    Posts: 303
    January 15, 2015 at 11:03 pm #14358

    Once you have WooCommerce plugin activated, then you can enable the “Show Woocommerce My Account Link in Header” option at Appearance -> Themes Options -> WooCommerce.

    Alok Maheshwari
    Spectator
    Posts: 303
    January 15, 2015 at 10:03 pm #14357

    What is the OS/Browser you are using?

    In reply to Inserted script
    Alok Maheshwari
    Spectator
    Posts: 303
    January 15, 2015 at 2:02 am #14343

    Check header.php in theme folder. If it is getting included from some wp core files, you can try looking for modified time stamp to see which files were changed recently on your site.

    Alok Maheshwari
    Spectator
    Posts: 303
    January 15, 2015 at 1:51 am #14342

    What is the css you are applying?

    Alok Maheshwari
    Spectator
    Posts: 303
    January 15, 2015 at 12:45 am #14340

    What is your site url?

    Alok Maheshwari
    Spectator
    Posts: 303
    January 15, 2015 at 12:43 am #14339

    Try the following css. Adjust the max-width as required.

    @media only screen and (max-width:480px)
    {
    .header .dd-selected-text
    {
    display:none;
    }
    }

    Alok Maheshwari
    Spectator
    Posts: 303
    January 12, 2015 at 6:16 am #14311

    I have tried but I don’t think it is possible but I will keep looking for some more days.

    In reply to evolve problems
    Alok Maheshwari
    Spectator
    Posts: 303
    January 11, 2015 at 8:45 pm #14310

    We don’t know what is causing the problem on your site and without some kind of access, we won’t be able to help you out.

    Alok Maheshwari
    Spectator
    Posts: 303
    January 10, 2015 at 12:39 am #14307

    Try the following css and see if it works fine. You may need to add relevant media query to make sure it doesn’t apply to lower resolution screens.

    .menu-back .container
    {
    width:1165px!important;
    }