Search Divi Blog Extras Documentation

Search for answers or browse our knowledge base.

Table of Contents
< All Topics
Print

How to change position of “Load More” pagination button in the Divi Blog Extras?

To change the position of the “Load More” pagination button in the Divi Blog Extras’ layout, you can add the following CSS to the Divi Theme Options. Follow these steps:

Add the following CSS code:.

Log in to your WordPress dashboard.

Navigate to Divi > Theme Options.

Click on the “General” tab.

Scroll down to the “Custom CSS” section.

.ajax-pagination {
transform: translate(-50%, 15px);
}

Save the changes.

Note: Change the translate value in CSS according your requirement.