top right social aligned

Posted in: Newspaper
Post count: 140

sus la top right social am 5 icons de 32 px …

dar nu sunt in linie …

cum pot corecta ???

http://tinypic.com/r/wkpzme/8

se pare ca acel spatiu

.span3 {
    width: 270px;
}

daca umblu aici si il fac mai mare atunci trece sub

.span9 {
    width: 870px;
}

si nu vreau sa fie sub …. span3 sa fie in aceeasi linie cu .span9 ..

merci frumos …

pagina http://goo.gl/IW1N21

Post count: 854

Salut,
eu le vad pe toate pe line : http://screencast.com/t/z7dIPQOVui , ti-ai rezolvat problema?

Multumesc pentru mesaj.
Radu A.

Post count: 140

sal,

pai am folosit css

/*top right social spatiu width*/
.td-social-wrap .td_mod_wrap {
    float: right;
    line-height: 20px;
    width: 230px;
}

problema este ca acum dupa ce am schimbat de la 1170px la 980px …sunt probleme si cu search din forum … cand intru de pe mobil…

deasemenea si cu mega menu… e mult prea mare fata de pagina principala … (980px)

merci.

Post count: 3343

Salut,
Se poate aranja din CSS.

Pt mega menu pe 980 foloseste acest CSS

.td_980_resp .td_mod_mega_menu {
margin-left: 19px;
}
.td_980_resp .td-mega-menu ul {
left: 0px !important;
}
.td_980_resp .td-mega-menu .td_block_inner{
width: 800px !important;
}
.td_980_resp .td-mega-menu .td-mega-grid,
.td_980_resp .td-mega-menu .td-no-subcats .td_block_inner,
.td_980_resp .td-mega-menu ul {
width: 996px !important;
}

@media (min-width: 768px) and (max-width: 1018px) {
.td_980_resp .td_mod_mega_menu {
margin-left: 14px !important;
}
.td_980_resp .td-mega-menu ul {
left: 0px !important;
}
.td_980_resp .td-mega-menu .td_block_inner{
width: 600px !important;
}
.td_980_resp .td-mega-menu .td-mega-grid,
.td_980_resp .td-mega-menu .td-no-subcats .td_block_inner,
.td_980_resp .td-mega-menu ul {
width: 748px !important;
}
}
  • This reply was modified 12 years by Marius.
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.