sankyp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Discover Slider positioningSorry. I am using localhost as of now. So no link. However will go live in a couple of days. So you can sure see. Thank you.
Forum: Themes and Templates
In reply to: [discover] Widget next to sliderbelow is the code that I am using for the slider. Currently the slider is located to the left. How do I moe it to the center?
<!-- slider --> <?php if(is_front_page()) { ?> <div id="slider_container" > <div class="row"> <div class="ten columns"> <?php get_template_part( 'element-slider', 'index' ); ?> </div> </div> </div> <?php } ?> <!-- slider end -->I want to create transparent slides with a fixed back ground. The background should appear only behind the see-thru slideshow. For eg the one on this website: http://www.goweb99.com
Forum: Themes and Templates
In reply to: [discover] Widget next to sliderSorry, forgot this one thing. I am creating another site with the same theme and needs the slider to be in the center of the page. What do I need to edit here?
Forum: Themes and Templates
In reply to: [discover] Widget next to sliderI am also trying to merge two different widgets together. One is for an airline bookings and other for hotels. They come from different sources. How do I merge them in one box?