Alignment problem - Joomla! Forum - community, help and support
hi there,
i've got little alignment problem.
the content of right sidebar doesnt want align the left @ all. green button has centered, now. grey bar has aligned against banner.
tried center green button width of grey area big sidebar. (didn't work)
tried use float: left; (didn't work either)
with use of firebug did manage left, not want it.
below link site. me?
it has go 10-15 more pixels left atleast, grey area @ least fit in page.
greetings martijn
i've got little alignment problem.
the content of right sidebar doesnt want align the left @ all. green button has centered, now. grey bar has aligned against banner.
tried center green button width of grey area big sidebar. (didn't work)
tried use float: left; (didn't work either)
with use of firebug did manage left, not want it.
below link site. me?
it has go 10-15 more pixels left atleast, grey area @ least fit in page.
greetings martijn
the problem grey box , title (.titelvlak , .tekstvlak) big containing div overflows boundry. div aligned left already.
i think problem has arrisen because added padding 2 divs mentioned. remember total width of div = width + padding. google css box model more info.
the easiest fix yould reduce width of .titelvlak , .tekstvlak.
e.g.
the above code lines things nicely me, hope helps
i think problem has arrisen because added padding 2 divs mentioned. remember total width of div = width + padding. google css box model more info.
the easiest fix yould reduce width of .titelvlak , .tekstvlak.
e.g.
code: select all
.titelvlak {
width: 155px;
}
.tekstvlak {
width: 130px;
height: 215px; /* remove box flows fit content */
}
the above code lines things nicely me, hope helps
Comments
Post a Comment