Hi @goldenmoon,
We appreciate your writing in,
Since you have not published your site live, we have generated some CSS codes from our demo site. So could you please try adding this CSS inside WordPress Dashboard > Themes > Customize > Additional CSS and check it once?
1. For changing the position of forward and backward buttons
.tg-slider-widget .swiper-button-prev{
margin-top:50px;
}
.tg-slider-widget .swiper-button-next{
margin-top:50px;
}
2. Position of Read More button
.tg-slider-widget .btn-wrapper{
margin-top:50px;
}
3. Could you please clarify on the 3rd number issue. If you want the text to be smaller you can decrease the font size of the text.
.tg-slider-widget .caption-title{
font-size:10px
}
Note: You can change the value of the CSS upon your desired result.
If the provided solution doesn’t work for you please write us and we’ll get back to you.
With Regards,
ThemeGrill Support Team