Forum replies created
sorry, but this is not cPanel, it’s the wp admin of the website, please contact your hosting company, if you are unsure about the FTP/cPanel login details
may I know which evolve+ version you used before? The body tag was done this way many past versions. As I mentioned in earlier message and as you quote from Google, there are spaces from the widgets areas (text widgets) where the codes can be implemented.
change previous CSS with the following one:
.hentry {
padding-bottom: 0;
}
.homepage-content .margin-40,
.archive .margin-40,
.category .margin-40 {
margin-bottom: 0;
}
.hentry h2 {
margin-top: 0;
}
Hi Xavier, yes please or allow us for the admin edit in your wp installation
Hi Jan,
any additional CSS code you can add under Appearance -> Customize -> Additional CSS
The FTP details will comprise of a server address (eg. http://ftp.example.com), a username and a password which are provided by your hosting company
– change the number of posts per page from 10 to 12 (I am no longer able to retrieve where the option is)
In your WordPress admin area – Settings -> Reading – Blog pages show at most
– reduce the padding / spacing between the individual post boxes
Additional CSS:
.blog .col-md-4 {
padding-left: 0;
padding-right: 0;
}
– reduce the padding / spacing between the individual side bar widgets
Additional CSS:
.widget {
margin-bottom: 0;
}
.widget-content {
margin: 0;
padding-top: 0;
padding-bottom: 0;
}
modify per your needs
please provide the website wp admin access in Private reply to check the code.
cPanel is unfortunatelly not hosting, but a control panel of the hosting. Did you try the theme on another hosting, localhost?
welcome, u too 😉