-
AuthorPosts
-
January 17, 2014 at 3:11 pm #211225
On my website I’m using 1/2 icon box / 1/2 easy slider. The image is higher than the icon box content:
Backend: https://www.dropbox.com/s/v0hudyaxsvwwczc/Screenshot%202014-01-17%2013.59.33.png
Frontend: https://www.dropbox.com/s/cgeonkqkmw6yhhc/Screenshot%202014-01-17%2013.59.50.png
How can I vertically align the iconbox with the easy slider img?
- This topic was modified 10 years, 10 months ago by Linden Mobile.
January 19, 2014 at 12:21 am #211801Hi Linden Mobile!
Can you post a mockup/screenshot of what would you want to achieve? also a link to your website would be helpful.
Cheers!
JosueJanuary 19, 2014 at 2:45 am #211847The site is in maintenance mode till it’s finished. I’ll make some mock-ups monday.
January 19, 2014 at 2:46 am #211849We looking forward to hearing from you :)
Regards,
JosueJanuary 20, 2014 at 10:52 am #212162This reply has been marked as private.January 20, 2014 at 6:02 pm #212351Hey!
We really need to inspect the actual website to give you a proper css solution. You can post the login details here as a private reply.
Regards,
IsmaelJanuary 21, 2014 at 10:17 am #212666This reply has been marked as private.January 21, 2014 at 10:26 am #212672Hi!
Please post a link to the page with the slider + iconbox. I couldn’t find it on the homepage…
Regards,
PeterJanuary 21, 2014 at 10:28 am #212674This reply has been marked as private.January 22, 2014 at 9:25 am #213204Hi!
Please try to insert following code into the quick css field
#top.page-id-2539 .avia-slideshow li img { width: auto; max-height: 314px; }
If you want to set a different heights use this code
#top.page-id-2539 .avia-slideshow.avia-slideshow-1 li img { width: auto; max-height: 314px; }
for the first slideshow and
#top.page-id-2539 .avia-slideshow.avia-slideshow-2 li img { width: auto; max-height: 314px; }
for the second slideshow and change the max-height value if necessary.
Regards,
PeterJanuary 22, 2014 at 11:12 am #213233That makes the img next to it the same size as the icon list. But I need the img to stay the same and let the icon list be centered in the middle of the img(like my beautiful mockup shows :P) This has to work on multiple pages like:
http://lindenmobileappstore.nl/branches/media-entertainment/artiest-app/
http://lindenmobileappstore.nl/branches/media-entertainment/radio-app/
http://lindenmobileappstore.nl/branches/media-entertainment/theater-app/
http://lindenmobileappstore.nl/branches/evenementen/festival-app/And a lot more. A few of em are still in the making. Any ideas?
January 22, 2014 at 6:13 pm #213451Hey!
Is this what you want to achieve?
http://lindenmobileappstore.nl/branches/congres-app/Cheers!
JosueJanuary 22, 2014 at 6:19 pm #213456No I’ve already tried using white spaces but than it just looks right for the screen I used at that moment. The icon list just has to center.
January 26, 2014 at 4:23 am #214956Hi!
See: http://lindenmobileappstore.nl/branches/evenementen/congres-app/
I implemented a script on js/avia.js to align the list relatively to the adjacent element, all you need to do now is add the classes custom_list_l and custom_list_r (respectively) to the lists on your site. Use this page as a reference.
Cheers!
JosueJanuary 27, 2014 at 12:15 pm #215300Hi Josue!
Yes this is what I was trying to figure out! Thank you very much.
Very pleased with the theme as well.
January 27, 2014 at 6:17 pm #215436For some reason it stopped working. Didn’t change anything.
January 27, 2014 at 6:19 pm #215438And my < li > is showing left of the icon list haha:
https://www.dropbox.com/s/t9gadt7ekjjz28s/Screenshot%202014-01-27%2017.18.55.png
January 27, 2014 at 6:21 pm #215441Sorry, did add this rule:
.entry-content-wrapper div li {
list-style-type: none;
background: url(‘http://lindenmobileappstore.nl/wp-content/uploads/2014/01/li-bullet-81.png’) no-repeat center left;
/* height: 1,2em; */
padding-left: 10px;
}January 27, 2014 at 11:42 pm #215568Hey!
Now it’s working again:
http://lindenmobileappstore.nl/branches/evenementen/congres-app/There was some CSS missing, in case you update your theme or it get lost again, you can use the codes in this Gist as a reference (read the comments):
https://gist.github.com/josueochoa/ae8214df978403dfad04Cheers!
Josue -
AuthorPosts
- The topic ‘Vertically align icon box next to easy slider’ is closed to new replies.