Helix 3 Template Need articles to be full width - Joomla! Forum - community, help and support
hi, i've website that's using template based on helix 3, home webpage functioning perfect, created that's called projects (proyectos). in 1 need put 2 images each 1 of them fills half of screen (except menu , footer of course) , these images have links sites.
the problem container has defined size , when changed (to width:100%) affected menu since both of parts class container, need change article width cover screen. tried changing layouts in config didn't work either.
this link site http://www.edificar.com.ec/joomla/index.php/proyectos
i appreciate if give me hint on how change without affecting other stuff that's set.
thank you.
the problem container has defined size , when changed (to width:100%) affected menu since both of parts class container, need change article width cover screen. tried changing layouts in config didn't work either.
this link site http://www.edificar.com.ec/joomla/index.php/proyectos
i appreciate if give me hint on how change without affecting other stuff that's set.
thank you.
you need ensure class affects instance of .container has slider qualifying parent.
code: select all
#sp-section-4 .container {
width: 100%;
}
Comments
Post a Comment