i'm building a new joomla homepage: test.multimediaberatung.at
i'm facing two problems, after i installed and published phoca gallery slideshow nivo module.
first problem:
the template i chose, has got a yellow banner as background for slider position.
you can see how it looks like at the templates demo page here: www .astemplates.com/content/asj37/
when i publish nivo module in backend, this yellow background disappears and is gone.
when i unpublish nivo module, the yellow background appears as it should.
so it seems like nivo module overwrites the template background @slider position ?!?
how can i make the yellow background not to disappear, when i publish nivo module ?
second problem:
as you can see @ test.multimediaberatung.at the nivo module is not centered. it shows up on the left side of the page.
when i use chrome inspect tool it shows me :
Code: Select all
<div id="pgsnivo-slider" class="nivoSlider" style="width: 970px; height: 300px; position: relative; background-image: url(http://test.multimediaberatung.at/images/phocagallery/thumbs/phoca_thumb_l_yamaha%20back.jpg); background-position: initial initial; background-repeat: no-repeat no-repeat;">
<img src="/images/phocagallery/thumbs/phoca_thumb_l_yamaha.jpg" alt="Versuch" style="display: none;">
<img src="/images/phocagallery/thumbs/phoca_thumb_l_yamaha back.jpg" alt="Versuch" style="display: none;">
<div class="nivo-caption" style="opacity: 0;"><p></p></div><div class="nivo-directionNav" style="display: block;"><a class="nivo-prevNav">vorheriges</a><a class="nivo-nextNav">nächstes</a></div><div class="nivo-controlNav"><a class="nivo-control active" rel="0">1</a><a class="nivo-control" rel="1">2</a></div><div class="nivo-slice" style="left: 0px; width: 65px; height: 100%; opacity: 1; background-image: url(http://test.multimediaberatung.at/images/phocagallery/thumbs/phoca_thumb_l_yamaha.jpg); top: 0px; background-position: 0px 0%; background-
so i guess i need to replace "position: relative;" into position: center; right ?
but i'm not able to find the code in any of the .css files of the template.
i searched in tmpl.admin.css, tmpl.component.css, tmpl.content.css, tmpl.footer.css, tmpl.header.css, tmpl.sidebars.css, styles.php and index.php but without success.
can somebody tell me how i can make the nivo module centered in my homepage and where in which file i can edit this ?
thanks in advance !