Hello @imran12365,
If you want to remove the space above your title you can try following these steps:
1.Go to dashboard->Appearance->Customize->Additional CSS
2.Paste this code:
.page-id-346 .main-container .content-area {
padding:10px 0 96px 0;
}
The first value (10px) is the spacing between the header and title. Feel free to change it if you want a smaller or wider space above the title.
Have a nice day!
Hi @ancapantilie
Thanks for your reply.
I tried it but it doesn’t seem to work.
Hopefully, I’ve pasted the code in the right place. This is what the Additional CSS code looks like on my page now:
/*
You can add your own CSS here.
Click the help icon above to learn more.
*/
.page-id-346 .main-container .content-area {
padding:10px 0 96px 0;
}
.mc4wp-form-theme-blue button:active, .mc4wp-form-theme-blue button:focus, .mc4wp-form-theme-blue button:hover, .mc4wp-form-theme-blue input[type=submit]:active, .mc4wp-form-theme-blue input[type=submit]:focus, .mc4wp-form-theme-blue input[type=submit]:hover,.mc4wp-form-theme-blue input[type=submit]{
color: #fff!important;
background-color: #55bfa8!important;
border-color: #55bfa8;
}
Looking forward to your response.
AC
(@purplecodes)
Themeisle Support
Hello there,
Kindly try this CSS:
.page-id-346 section {
padding-top: 10px !important;
}
Let us know how it goes.