-
AuthorPosts
-
September 6, 2016 at 11:50 pm #682897
Hi,
1- I am using the Featured Image Slider as my hero area but the title “Lewis lays platform in Patriots’ consolation win” is not aligning at the bottom like my mockup. I need is to move to the bottom overlay over the image and stretch from end to end (just like my mockup)
Mockup – https://s10.postimg.org/pb93wfoc9/Whats_App_Image_2016_08_04_at_9_56_58_AM.jpg
Live Site – http://www.leewardscricket.com/2- On my teams page, I would like a list of player on the right and when you click on one of them, it populates their info in a larger section on the left like this attached mockup – https://s9.postimg.io/uzz2n661r/LI_hurricanes.jpg
Is there any module that I can achieve or tweak to achieve that functiionality?September 10, 2016 at 5:38 am #684415any update?
thanks
September 12, 2016 at 1:36 pm #685072Hi,
use this code inside Quick CSS field:
h2.avia-caption-title { margin-top: 342px !important; }
and adjust as needed.
Best regards,
AndySeptember 12, 2016 at 4:00 pm #685216Works but not quite there
http://www.leewardscricket.com/
I need it to expand the entire width of that block. Also, story headlines that goes on 2 lines needs padding at the bottom
Thanks
September 13, 2016 at 12:41 pm #685699Hi,
use something like this:
h2.avia-caption-title { width: 115%; margin-left: -50px !important; margin-top: 315px !important; }
and adjust as needed.
A mockup would help a lot to us.
Best regards,
AndySeptember 13, 2016 at 11:48 pm #686088That works better
few more minor things
1- on a post headline that is 2 lines, it works perfect but if the post is short and only on one line it should always sit at the bottom, please take a look at this screenshot
Mockup – https://s10.postimg.org/pb93wfoc9/Whats_App_Image_2016_08_04_at_9_56_58_AM.jpg2- how do I remove the “dots” navigation at the bottom
September 14, 2016 at 12:38 pm #686314Hi,
1. Not sure if this will be possible, but please always send us a precise link showing the elements in question, instead of a screenshot only.
2. Use this code:
.avia-slideshow-dots.avia-slideshow-controls { display: none; }
Best regards,
AndySeptember 14, 2016 at 4:26 pm #686468for #1
here is a screenshot – https://s21.postimg.org/mp4sydtcn/image.jpghere is that block on live site
http://www.leewardscricket.com/September 16, 2016 at 11:16 am #687386Hi,
I can’t find the element showing in your screenshot on the link you’ve provided. Please provide us a precise link.
Best regards,
AndySeptember 16, 2016 at 4:11 pm #687587its on the homepage – the very first hero section at the top
you need to login to my sitei provided the login in the private data
September 19, 2016 at 2:40 pm #688496Hi,
use this code to adjust it’s margin-top value as needed:
h2.avia-caption-title { margin-top: 260px; height: 90px; }
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.