Site logo

Archived topic

Adding Buttons

6 replies · Started by Oppo Gene on November 12, 2022

Viewing posts 1–7 of 7

need help regarding an issue, Kindly check the Screenshots, I want to add the button within the widget of “View More”, so that after 50 files if anybody wants more files to visit then he/she can get to that page via clicking “View More”.

If you didn’t get this, kindly visit the website: tonesmp3.ca, on right side bar there are Latest and Best Ringtones, want to add button in the end of the files but within the concerned widget. You can get more about it using Inspect Tool, kindly share some snippet/CSS so I can add it to website

(ScreenShots)
https://postimg.cc/Z0ByH6dJ (Captured through Admin Panel)
https://postimg.cc/LqJHS3RX (Captured through Admin Panel)
https://postimg.cc/0b9Pjsxh (Captured through Front-End and want to Place “View More” button in the Highlighted Area)

Thank You
Looking Forward

Hi there,

It's not possible to add a button within that widget unfortunately - this is something you will need to check with the plugin's support team.

The only solution I can think of is to add the button in an extra widget below that then we can use CSS to remove the margin between the two widgets.

Would that work for you?

Let me know :)

Yes, please share it

Hi, It's been more than 48 hours, I didn't get any response from your side, kindly share the css so the issue can be resolved

Thank You

Hi Hassnain,

I see. Try adding this through Appearance > Customize > Additional CSS:

.sidebar aside#wpdm_newdownloads-3 {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.sidebar aside#wpdm_newdownloads-3 + aside {
    padding-top: 10px;
}
This archived topic is closed to new replies.