Hi, having some issues on displaying the category on the big grid in the home page. Went through your documentations to enable it but it seems not to work. Could i have some advice how could i enable that. Thank you.
Website: KLGadgetGuy
Hi,
The category tag can be enabled in Theme panel->Block settings
– https://www.screencast.com/t/5iYplTvgwOb
Then it will display on your Big Grid – https://www.screencast.com/t/nt5FEPH0
For the background ad it all depends on the image you are using and how you have designed it. You could set a size for the background image and it would look like this – https://www.screencast.com/t/M4ECd8Sa if you want. Or edit the background image and modify the layout to make the content closer to the page.
Thanks
Hi,
Please provide more details about what and how exactly you would like to modify, so I may give you a more accurate answer. If you want to make the header more compact for example, you could use a code like this, or make additional modifications to it
– https://www.screencast.com/t/qatQRwPL
.td-header-style-1 .td-header-sp-logo {
margin: 0 28px 0 28px;
}
.td-header-style-1 .td-header-sp-recs {
margin: 0;
}
Thanks