This topic has 2 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
Hello there!
We have some issues on the responsive mode that we can not fix.
1. See website on tablet. The first 2 menu-items “home” and “Shop” are not visible because they goes under the categories.
2. See homepage under revolution slider; we are using 8theme Best Offer short code. How can we remove the categories above the title?
3. See mobile menu. How can we set the color of the menu items? Now it’s not visible
4. See mobile homepage; how can we set the 4 blocks of “best offer” in 2 columns on mobile? tried to do that with the responsive column options but it won’t work.
5. And how can we set those blocks in the same height? I understand that it is a different because of the title but maybe we can set it stuck on the same height?
Sorry for all the questions!
Hello,
1. Please update the theme to latest version – https://www.8theme.com/documentation/xstore/theme-installation/theme-update/
2. You can add this code in Theme Options > Styling > Custom css:
.et-offer .products-page-cats {
display: none;
}
3. Theme Options > Typography > Navigation > Customize mobile menu links
4. http://prntscr.com/jx7k2d
5. Please try this code:
@media only screen and (max-width: 992px){
.et-offer .product-title{
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up