Hello. I use block 6 (and 9) on the homepage but i have a weird spacing problem. i atached a screenshot of the problem. Block 9 have also this issue.
http://inventus.ro/psn/spacing.jpg
thank you and keep up the good work!
There are no rows betwen block 6 and block 1 (http://inventus.ro/psn/). If needed i can provide acces to backend.
And there is the same spacing at FOCUS and google ads
Hi,
There’s a margin and some padding after that element – http://screencast.com/t/MCL8j9RQO
Try the following css: – http://screencast.com/t/4cOPF4B7k
.td-page-wrap .td-grid-wrap .span8 .td_block6 .td_mod9 {
margin-bottom: 0px;
}
.td-page-wrap .td-grid-wrap .span8 .td_block6 {
padding-bottom: 0px;
}
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Salut,
Foloseste acest css in Theme Panel > Custom Css: http://screencast.com/t/Mq7Afe976
.post .entry-comments-views {
display: inline-block !important;
}
Mersi!
Salut,
Vreau sa micsorez spatiul la meniu. Am folosit acest cod:
.sf-menu a.sf-with-ul {
padding-right: 0px !important;
padding-left: 20px !important;
}
.sf-menu > .td-menu-item > a{
font-size: 17px!important;
}
.sf-menu > li > a{
padding-left:5px!important
}
dar a rezultat asta: http://psnews.ro/css/meniu.jpg
help ๐
PS – vreau sa va felicit pentru munca pe care o depuneti (suport de nota 10).
thx.
Salut,
Incearca acest css: http://screencast.com/t/Q8X3Jt0UVno
.sf-menu > li > a{
padding: 0px 5px 0px 5px!important;
font-size: 14px!important;
}
.sf-menu a.sf-with-ul {
padding-right: 25px!important;
}
Mersi!
-
This reply was modified 11 years by
Alin [tagDiv].