Block 6 and Block 9 spacing problem

Posted in: Newspaper
Post count: 17

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!

Post count: 1291

Hi,

You may have some empty rows there, check the page setup. If you can’t find them please provide the url so i can take a look.

Thank you, Emil G.

Post count: 17

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

  • This reply was modified 11 years by revega. Reason: double post
  • This reply was modified 11 years by revega.
Post count: 1291

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.
Post count: 17

Credeam ca este forum english only ๐Ÿ™‚

A mers codul dar daca las 2 articole in block(6), apar lipite (pozele) pe vertical. Am rezolvat problema cu doua block-uri separate cu space line intre ele. revin daca mai intampin probleme.

multumesc, AlexR.

Post count: 17

Salut.
O mica problema – pe versiunea de mobil nu apare in articol numarul de comentarii si vizualizari.
As vrea sa fie afisate. Am cautat dar nu am gasit linia de cod.
help ๐Ÿ™‚

thx.

Post count: 7909

Salut,

Foloseste acest css in Theme Panel > Custom Css: http://screencast.com/t/Mq7Afe976

.post .entry-comments-views {
display: inline-block !important;
}

Mersi!

Post count: 17

Minunat ๐Ÿ™‚

thx.

Post count: 17

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.

Post count: 7909

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!

Post count: 17

super ๐Ÿ™‚ multumesc

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newspaper’ is closed to new topics and replies.