Change the place of the buttons

Posted in: Newspaper
Post count: 56

i want Change the place of the buttons
like the image

Post count: 23312

Hello adam21s,

You should use a bit of CSS code in order to achieve this. Provide your website URL so I can take a closer look to it and so I can provide some code in this case.

Thanks.

Post count: 56

http://yourcatsinlife.com/
this is my website URL

Post count: 23312

Hello adam21s,

If you want to make these changes over the smart list button, you should use a bit of CSS code to do this. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-smart-list-pagination {
position: relative;
}
.td-smart-back{
position: absolute;
left: 0;
padding-left: 15px;
padding-right: 7px;
}
.td-smart-next{
position: absolute;
right: 0;
padding-left: 7px;
padding-right: 15px;
}
.td-post-sharing-bottom{
margin-top:50px;
}

The result is here -> https://www.screencast.com/t/xVUIQG5Ucifq

Thanks for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.