Your account expired support, please renew to get your support.

HomePage Forums Themes Support Freshio – Organic & Food Store WordPress Theme How can I reduce the breadcrumb size on pages?

Topic Resolution: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2167
    Hakan Ergül
    Support Expired

    https://prnt.sc/vv4elo

    Hello.
    I want to lower its height a little. How can I do it?

    #2169

    Hi there,

    I added css into file style.css

    @media (min-width: 768px){
    	.freshio-breadcrumb {
    		padding: 3em 0 !important;
    		margin: 0 0 2em !important;
    		min-height: 100px !important;
    	}
    }

    To change size, you can edit min-height or padding

    #2182
    Hakan Ergül
    Support Expired

    Do I need to upload the picture again after adjusting the height?

    #2208

    Hi again,

    You can upload your image or use this image.

    #2247
    Hakan Ergül
    Support Expired

    Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.