Reply To: woocommerce.php (inc/woocommerce.php) & mobile css

Home Forums Support woocommerce.php (inc/woocommerce.php) & mobile css Reply To: woocommerce.php (inc/woocommerce.php) & mobile css

Home Forums Support woocommerce.php (inc/woocommerce.php) & mobile css Reply To: woocommerce.php (inc/woocommerce.php) & mobile css

#242514
Maiko

Hi Tom!

I’ve deleted PHP what i add from woocommerce.php and made a new plugin then put in some add what i want.
http://fun-sports.net/images/sample6.png
But still i can see following php code on the end of the search results page.
“add_filter( ‘generate_sidebar_layout’,’generate_custom_category_sidebar_layout’ ); function generate_custom_category_sidebar_layout( $layout ) { // If we are on a category, set the sidebar if ( is_category() ) return ‘no-sidebar’; // Or else, set the regular layout return $layout; }”
What can i do else?

1.I see, I want to change a title area only, Can i do it?
Also, can i change a padding?

2.Great works! Thank you!!

3.Ummm, it didn’t change…
At the moment, following CSS what i add on Simple CSS.


@media
screen and (max-width: 768px) {
.separate-containers .inside-article, .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content {
padding: 25px 15px 20px 20px;
font-size:10pt;
}
.generate-columns {
margin-left: 10px;
margin-right: 10px;
}
.separate-containers .site-main {
margin-top: 0;
}
.separate-containers .site-main .generate-columns-container > .generate-columns {
margin-bottom: 11px;
}
.inside-header {
position:relative;
}
.site-logo {
position: absolute;
bottom: 8px;
left: 10px;
}
.header-image {
height: 32px;
width: 171px;
}
}