Hi,
Please add this to sweetdate-child/functions.php
COPY CODE
/* category pages without sidebar */
add_action('after_setup_theme','kleo_cat_sidebar');
function kleo_cat_sidebar() {
add_filter('kleo_content_class','kleo_change_cat_sidebar');
remove_action('kleo_after_content', 'kleo_sidebar');
}
function kleo_change_cat_sidebar() {
return 'twelve';
}
2. Add this css to WP admin – Sweetdate – Styling options – Quick css box:
COPY CODE
#call-to-actions {
text-align: left;
}
Then I saw you centred the whole text from the editor. Align it to the left from the page editor
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution