Vibha Tiwari
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to reduce white space / margin / padding?Try this –
.entry-container,
.widget,
#supplementary .wrapper,
#supplementary .widget {
padding-top: 0;
padding-bottom: 0;
}OR ===
1) Clear the margin from h1, h2 and p
header h1,
header h2,
section p,
footer p {
margin: 0;
}2) Now apply an overflow setting to the containers header
header,
footer,
section {
overflow: auto;
}3)now we can add border/padding to the containers
header,
footer,
section {
padding: 1px;
}- This reply was modified 6 years, 9 months ago by Vibha Tiwari.
- This reply was modified 6 years, 9 months ago by Vibha Tiwari.
Forum: Fixing WordPress
In reply to: How to reduce white space / margin / padding?Hey Marie,
There are multiple solutions detailed at Mastering Margin Collapsing but here is a quick and easy one. Simply apply a little padding to the containers to contain any child element margins.
I hope that will work for you.
Thank you
Forum: Fixing WordPress
In reply to: Can’t edit my WordPress website contentHey Mona!
Try deactivating all of your plugins and update Enfold to the latest version. I think that should fix it.
I hope it will help.
Thank you.Forum: Fixing WordPress
In reply to: How to copy url of all imagesThe first thing you need to do is install and activate downML – Download Media Library plugin. Upon activation, you will notice a new menu item in your WordPress admin bar labeled ‘downML’.
You need to click on the menu which will prepare a zip file of your WordPress uploads directory and make it available for download.
When your download is ready, you will see a page with the link to medialibrary.zip file. You can download this file to your computer.
After downloading the file to your computer, you can extract it to get your entire WordPress media library.