Modify top margin and position
-
Hi, guys!!
Great plugging, and great support comments.
I just need to increase the top margin and the codes that I′ve seen in other posts don’t work.
I added the plugging myself in content.php but I would like to increase the top margin, and If It′s not too complicate center it.
This is a example:
https://parafernaliablog.com/cosas/wordpress/2015/07/18/diy-servilleteros-con-tubos-de-carton/
And this is the css that I include in the plugging:
.related_post_title {
padding-top: 50px !important;
font-family: ‘Pompiere’, cursive !important;
text-transform:uppercase;
font-size: 18px !important;
font-weight: light !important;
letter-spacing:3.1px;
line-height: 2em;
list-style: none !important;
}
ul.related_post {
padding-top: 20px !important;
}
ul.related_post li {
-webkit-border-radius: 50px !important;
-moz-border-radius: 50px;
border-radius: 50px;
margin-right: 10px !important;
}
ul.related_post li a {
text-align: center !important;
margin-top: 5px !important;
color: #000 !important;
font-family: ‘lato’ !important;
font-size: 14px !important;
list-style: none !important;
text-align: center !important;
}
ul.related_post li img {
margin-left: 15px !important;
width: 85% !important;
height: 85% !important;
-webkit-border-radius: 90px !important;
-moz-border-radius: 90px !important;
border-radius: 90px !important;
border-bottom: 8px !important;
}Thanks a lot in advance
Cheers
- The topic ‘Modify top margin and position’ is closed to new replies.