- This topic has 6 replies, 3 voices, and was last updated 3 years, 5 months ago by
Fernando.
-
AuthorPosts
-
November 12, 2022 at 8:19 am #2412835
Oppo Gene
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 ForwardNovember 12, 2022 at 11:12 am #2412993Leo
StaffCustomer SupportHi 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 🙂
November 13, 2022 at 3:51 am #2413415Oppo Gene
Yes, please share it
November 14, 2022 at 3:07 pm #2415626Oppo Gene
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
November 14, 2022 at 5:22 pm #2415719Leo
StaffCustomer SupportI’m not seeing the buttons added here:
https://www.screencast.com/t/KdlhTkdnXGZCOnce the button is added, you can use this CSS to close the gap:
.sidebar #wpdm_newdownloads-8 { margin-bottom: 0; }November 15, 2022 at 1:12 am #2415994Oppo Gene
Hi, I have done so, but nothing happens, kindly check the screenshot
November 15, 2022 at 1:18 am #2416002Fernando Customer Support
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; } -
AuthorPosts
- You must be logged in to reply to this topic.