Forum replies created
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.
Once you have WooCommerce plugin activated, then you can enable the “Show Woocommerce My Account Link in Header” option at Appearance -> Themes Options -> WooCommerce.
What is the OS/Browser you are using?
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.
What is the css you are applying?
What is your site url?
Try the following css. Adjust the max-width as required.
@media only screen and (max-width:480px)
{
.header .dd-selected-text
{
display:none;
}
}
I have tried but I don’t think it is possible but I will keep looking for some more days.
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.
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;
}