@media screen and (max-width: 480px) { #home-cat .cat-tab .bottom {display:none!important;}}
actually i have two questions 1.Hi as its only text and taking a lot of space on Mobile view , so how i can remove it please help thanks2. How can i arrange the subcategories on mobile or small device view that they appear horizontal and in blocks please help thanks
@hayat1) Please go to file:oc-content/themes/patricia/style.cssAdd here line (anywhere):Code: [Select]@media screen and (max-width: 480px) { #home-cat .cat-tab .bottom {display:none!important;}}2) You need to develop it, there is no easy solution for this.
Quote from: frosticek on March 01, 2016, 09:31:07 AM@hayat1) Please go to file:oc-content/themes/patricia/style.cssAdd here line (anywhere):Code: [Select]@media screen and (max-width: 480px) { #home-cat .cat-tab .bottom {display:none!important;}}2) You need to develop it, there is no easy solution for this.responsive.ccs or style.ccs ?
Quote from: hayat on March 01, 2016, 09:00:27 AMactually i have two questions 1.Hi as its only text and taking a lot of space on Mobile view , so how i can remove it please help thanks2. How can i arrange the subcategories on mobile or small device view that they appear horizontal and in blocks please help thanksand what about the second question
#home-cat .cat-tab .middle
@hayatModify CSS related to categories in responsive.css, this block use selector starting with:Code: [Select]#home-cat .cat-tab .middle
@hayatWell you do not understand. Development is not about lines modification or pasting some code, you need to create mockup and based on this create CSS, HTML and PHP code to get that.
@hayatAs I told, forget about "copy this line there and this line there", it needs to be developed.