Home › Forums › All Other Themes › the art
- This topic has 4 replies, 2 voices, and was last updated 7 years, 10 months ago by Zainab Gurka.
-
AuthorPosts
-
December 30, 2016 at 4:37 am #56916
Hello,
I had created div below the slider but the problem is there is always a gap between the div….i gave width size also but of no use…description is going on the right side…. below is the coding of div
<div style=”background-color:#CCC”>
<div style=”width:50%px; height:250px; padding:5px 0px 0 50px;float:left;”>
<iframe width=”250px” height=”165px” align=”middle” src=”https://www.youtube.com/embed/bbKjWCSwwQo?rel=0&controls=1&showinfo=0″ frameborder=”0″ allowfullscreen></iframe></div><div style=”width:50%; height:250px; padding:2px 0 0 0;float:right; background-color:#CCC;”><h3 align=”center”>THE FINEST SURFACE FOR ALL THE SPORTS</h3>
<h6 align=”center”>Go Sportz offers consultancy for setting up sports facilities from the infrastructure requirements to even helping set up training programs & provide coaching staff as well.<h6>
</div><div style=”clear:both;”></div>
</div>i m trying on my subdomain: www.noor.noordigital.in
kindly help if possible
December 30, 2016 at 5:45 am #56927Hi Zainab,
Add this code:
<div style=”background-color:#CCC”> <div class="center"> <div style=”width:auto; height:250px; padding:5px 0px 0 50px;float:left;”> <iframe width=”250px” height=”165px” align=”middle” src=”https://www.youtube.com/embed/bbKjWCSwwQo?rel=0&controls=1&showinfo=0″ frameborder=”0″ allowfullscreen></iframe></div> <div style=”width:65%; height:250px; padding:2px 0 0 0; float:left; background-color:#CCC;”> <h3 align=”center”>THE FINEST SURFACE FOR ALL THE SPORTS</h3> <h6 align=”center”>Go Sportz offers consultancy for setting up sports facilities from the infrastructure requirements to even helping set up training programs & provide coaching staff as well.</h6> </div> <div style=”clear:both;”></div> </div> </div>
Regards,
DaveDecember 31, 2016 at 3:37 am #57002Thx Dave for your kind reply…..
but the problem is still not solved i want video on left side and description on right side but with this above code the description is going down …..so what would be the other option….kindly help for the same
January 2, 2017 at 5:24 am #57062Hi Zainab,
Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveJanuary 4, 2017 at 5:28 am #57278Hello,
I have created one Sub domain www.gosportz.noordigital.in
In that i have added table below the slider but the problem is it is not responsive and the coding for the same is as below:<table width=”100%” height=”300″>
<tr>
<td width=”25%” height=”auto” align=”center”><iframe width=”300″ height=”165″ src=”https://www.youtube.com/embed/bbKjWCSwwQo?rel=0&controls=1&showinfo=0″ frameborder=”0″ allowfullscreen></iframe>
</td>
<td width=”75%” height=”200″ align=”center”><h4>THE FINEST SURFACE FOR ALL THE SPORTS<h4>
<p>Go Sportz offers consultancy for setting up sports facilities from the infrastructure requirements to even helping set up training programs & provide coaching staff as well.<p>
</td>
</tr>
</table>If possible can you help me to make it responsive
-
AuthorPosts
- You must be logged in to reply to this topic.