Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set size of each item to be fixed for each slide Text and image in same slide where can this be accomplished.... #854

Open
cheyennemtnman opened this issue Aug 25, 2021 · 0 comments

Comments

@cheyennemtnman
Copy link

cheyennemtnman commented Aug 25, 2021

I am using responsive with some custom style
I would like to know how to set all slides to the same height Mobile view and Full Screen.
Right Now I have to use <br> to roughly get the slides to be the same size... I have an image and text in each division...


<li style="width: 300px; height: 400px;">
	  <div>
		  <img src="images/Warehouse1.png" width="150" height="225" alt="" style=border-radius: 25px; /> 
	  <hgroup class="">
		  <span class="upp"><br>Warehouse Services</span>
	  </hgroup>
	  <p>We can provide cross docking, flexible freight staging and inventory management space to keep your operations moving...<br></p>
	  <a href="#">read more</a></div>
	  </li>

I would like "read more" to be at the bottom of each slide in the same position from slide to slide no matter how many characters are in the <p> whatever is here....</p>
What I have now looks close to what I would like except for the shortening of the height with fewer characters in the <p> </p> elements. Any guidance is appreciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant