Or in the alternative, is there a way for me to change the Inner Pages Hero Content Top Spacing for mobile devices? There is an option for it in the Front Page Hero settings, but not for Inner Pages. The pages look better on the computer with a lower Top Content Spacing %, but higher for mobile devices to fix the overlapping logo problem.
Here’s an example of what’s happening. I’ve tweaked the logo/hero settings to look better on the phone for the time being, but because of the changes the site doesn’t look as nice on computers. https://tejadadesign.com/images/phones.jpg
]]>I’m new to the word of wordpress and templates. I have a big problem with the resizing of my website logo under Dash Theme…
I’ve looked eveywhere to make the manipulation but no way to find the right solution…
Could someone help me please
Thank you
]]>In the top right corner is my logo, which in Chrome and Safari loads normally. In Firefox it doesn’t resize to the correct logo size.
]]>add_filter( ‘storefront_product_categories_args’, ‘jk_homepage_category_columns’ );
function jk_homepage_category_columns( $args ) {
$args[‘limit’] = 4;
$args[‘columns’] = 4;
return $args
}
to my child theme css stylesheet but nothing changes? Do I need to add it somewhere else? I’m new to all of this hooking, old school html developer here and just helping a friend out to do this site for them so they can update things easily.
Also where to I go to resize the logo? It’s pitifully small.
]]>