This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Just bought – confused set up

#36934
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

1. Can I take a direct look at that? If not, then you may need to trial/error some custom CSS to adjust the margins. For starters try something like:

.asp_sb {
    margin-top: -18px !important;
}

n) For that there is no option to do so, you may have to custom code it. However I think it should be doable via some custom CSS, by adjusting the side margin to a negative:

.asp_sb {
    margin-left: -20px !important;
}

2. I assume you are using the horizontal results, in case here you can set a pixel value: https://i.imgur.com/wFDstFE.png

3. This should do the trick:

span.asp_date {
    margin: 0 !important;
}

4. If you don’t want a redirection, you can change the magnifier and return button actions.

5. Most of this you can customize via the advanced title and content field features. That will also explain how to add categories list to the content.

6. Via the auto-populate feature.

7. Well, I don’t know if that is possible via custom CSS only. Try:

.asp_r .resdrg {
 display: grid !important;
 grid-template-columns: 1fr 1fr 1fr; 
}

8. I’m afraid no, that is not possible.