Action bar / footer questions
1. We did some styling to our actionbar and found the perfect size. But at the bottom of the actionbar there is a thin black line. How do we remove this and just keep it all red? It only happened after we made the actionbar thinner. See this picture to understand: http://imgur.com/a/bYV5L
2. Also how do you hide actionbar on tablets and phones?
3. Also our footer has some whitespace under: http://imgur.com/a/IQwvX.
Comments
1. Please send us link to page where you have this line.
2,3. Please also send us link to page where you would like to make those changes.
#Action_bar { margin-bottom: 0 !important; }2. To remove action bar on smaller devices, you need to use the following css: 3. As you can see on http://prntscr.com/fn7840 this white space is your iframe code and this has nothing to with the theme itself.body #Header #Action_bar {3. This is probably some plugin or custom script, we do not know.margin-bottom:0px !important;
}
Is it also possible to move this search box a little further op, so the gap is not so big?
http://imgur.com/a/vIt2D.
I tried with CSS, but it moves the text and not the whole search box.
#woocommerce-product-search-field-0 { margin-top: -5px !important; }