Hi there!
Thanks for your query.
Here is sample code for you. You may try the following custom code in your custom CSS to see if it serves your purpose:
.sppb-addon-articles-carousel .bx-controls.bx-has-pager {
position: initial;
}
div.bx-wrapper .bx-controls-direction a.bx-next {
left: 1140px;
}
div.bx-wrapper .bx-controls-direction a.bx-prev {
left: -20px;
}
div.bx-wrapper .bx-controls-direction a {
font-size: 35px;
}
.sppb-addon-articles-carousel .bx-pager.bx-default-pager {
display: none;
}
You can adjust the left values in your code as per your need.
Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.
Best Regards