Hi,
Thanks for contacting us,
For remove space left and right, add the below css code in additional css filed (Theme Dashboard >> appearance >> customize)
.mg-blog-post-box .mg-header {
padding: 15px 20px !important;
}
.mg-blog-post-box .small.single {
padding: 20px 20px 20px 20px !important;
}
And please also indicate which background remove left and right side on your website
Any confusion lets know
Thanks
-
This reply was modified 5 years, 8 months ago by
themeansar.
Hi,
If you remove background on Desktop using the below css code in additional css field
.mg-blog-post-box {
box-shadow: none;
background: none;
}
If you remove background on MObile Device using the below css code in additional css field
@media screen and (min-width: 240px) and (max-width: 767px){
.mg-blog-post-box {
box-shadow: none;
background: none;
}
}
Thanks
Wow! Thank you for the super fast reply.
The CSS code works for some pages and didn’t work for others.
For example:this page worked as I want
https://digitalpud.com/10-types-of-freelance-writing-you-should-know-as-a-freelance-writer/
While this remain the same without any improvement
https://digitalpud.com/10-digital-skills-you-should-learn-during-this-lockdown-period/
I guess I’m getting something wrong🤔
Hi,
For this remove the cache then check your website,
Or add the below css code in additional css filed
.postid-472 .mg-blog-post-box .mg-header {
padding: 20px 5px !important;
}
Thanks
Hi,
Did your issue resolved ?
Wow! That does the magic! Thanks a bunch.😎
But… Could you please help look at the the about author’s box? The box is divided into two…
Please the attachment bellow.
https://photos.app.goo.gl/TxRhJY13Hx4zB4r79
Also, is there any way I can stop the home page from moving right and left? The look is perfect… Only the ‘dragging’.
Thank you!
-
This reply was modified 5 years, 8 months ago by
olkunlex.
Hi,
For this add the below css code in additional css filed
.mg-info-author-block
{
background: none;
border-color: aliceblue;
}
.mg-info-author-block
{
box-shadow: none;
}
Thanks
Okay. That works perfectly.
What about the home page? Could you help with that too?
Hi,
Please indicate screenshot image
Hi,
The first is the look of the original look of the website after dragging
https://photos.app.goo.gl/hRomJLUwoSRzsKrA8
And the second is the look of the website without dragging/moving
https://photos.app.goo.gl/xiE967TGNCiL6fQ56
Thank you
-
This reply was modified 5 years, 8 months ago by
olkunlex.
Hi,
Add the css for author
.mg-info-author-block {
margin-top: 0px !important;
}
or add the css for frontpage block, please do not delete more space on site, This will not make your site look good
.mg-posts-sec-post {
padding: 0px;
}
Thanks
Hi, thank you very much for your time and candid advice. I’ve decided to leave the front page like that. It looks perfectly beautiful.
However, the author box is still not working as expected.😢
I’ve installed a third party author box which looks cool with the theme😎. But the original author box keeps appearing.😢
Could you please help with the CSS code to hide the original author box?
Thank you very much…
PS.
I love the author box at the top of TBD post… I want to remove only the one under
Thank you very much.
-
This reply was modified 5 years, 8 months ago by
olkunlex.
Hi,
For this add the below css code in additional css filed
.mg-info-author-block
{
display:none !important;
}
Glad to know it worked for you.
We would really appreciate if you could provide us a review here:
https://wordpress.org/support/theme/newsup/reviews/#new-post
If you have any more questions, feel free to ask again!
Thanks