Hi Kriesi Team!
Just two quick questions..
1. How can I make the search results display more than one product? (at the moment it only displays 1 result)
http://s7.postimg.org/ol8z8nfmj/changesearch1.jpg
2. Is it possible to make this side menu smaller? At the moment the titles are spaced out a fair bit, and I just want them closer together.
http://s8.postimg.org/e8hefpzl1/changemenu2.jpg
That’s all folks! Thanks guys! :) :)
Hey!
Your search result number is dictated by your choice of blog posts to display at a time in the WordPress settings>Reading>Blog pages show at most.
For the my account page, you can Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.page-id-73 .avia-builder-el-0 .iconbox {
margin-bottom: 0;
}
Which targets that page specifically and that first 1/4 element in the builder to remove the margin.
Best regards,
Devin
Thanks Devin!
Both worked perfectly! :) :)
Glad we could help. Let us know if you have any other questions or issues.