Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › Layout issue with RevSlider
- This topic has 10 replies, 3 voices, and was last updated 10 years, 9 months ago by Nexus.
-
AuthorPosts
-
March 24, 2014 at 3:31 pm #5433colibriinteractiveParticipant
Hello, I’ve already send an support request via email on 19 Feb but haven’t received an answer jet. So here’s the question again:
I have an issue with the slider on the page: http://adsquare.com
The four lines of text on the slider are positioned 50px from the left on the x axis. But even when I set them to 0 pixels from left they do not align left with the logo.
Any ideas how to fix that?Secondly, is there a way to set them aligned with the logo (0 pixels from left) but have then not “sticked to the left screen border” on smartphones? That’s the only reason I use the 50px currently, but it’s ugly on desktop devices.
Thanks,
FelixMarch 25, 2014 at 4:32 am #5451ErnestoMemberHi,
Go to your Custom CSS Section in your Theme Options Panel and enter the following code:
.tp-caption {position: absolute!important; left: 0px !important}
Let me know if that works, so we can star working on the second issue since they are related.April 8, 2014 at 3:26 pm #5756colibriinteractiveParticipantHi,
that kind of worked. The position absolute gets overwritten by the .tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption which adds an position: absolute to the element already.
The left: 0 works but puts the headlines to the border of the browser. I reckon we need to “redefine” the frame where the headlines are positioned in?
What’s the second step you mentioned?FYI: I added the css just via the Safari WebInspector to check them out as the page is in live mode.
When we got a version via WebInspector that works I add them to the custom css file.Thanks in advance
FelixApril 8, 2014 at 6:57 pm #5760ErnestoMemberHi, what we wanted to now before aligning the text with the logo was the response in the page. To have aligned with the logo you’ll need to set it
left:230px!important
Hope that works, let us know if there’s any problem!
April 9, 2014 at 3:19 pm #5788colibriinteractiveParticipantThis works only with the right size of the browser window. But in most cases it’s mispositioned.
I think, we need a position relative on the parent element.Please have a look at the page http://adsquare.com and send me some css code that I can copy & past which will align the headlines of the slides always level with the logo no matter what screenwidth/browserwidth/device I use.
Thanks!
FelixApril 11, 2014 at 12:59 pm #5848NexusModeratorSee whether these steps helps:
Navigate to the Revolution Slider that you have created and click on the “Settings”.
In the “Grid settings” set the grid width to 1140 pixels (Right now I think you have it as 960 pixels)
If this doesn’t help please reply here as a private message with a login to your dashboard and I can take a look. Thanks!
April 11, 2014 at 1:01 pm #5849NexusModeratorAnd also remove any css that you have put in custom css regarding this issue.
April 14, 2014 at 10:47 am #5909colibriinteractiveParticipantHi,
the change of the grid size to 1140 works good for the positioning of the headlines and the desktop version but on the mobile version (probably everything smaller 1140px) the headlines are sticking right at the left screen border now.
How can I adjust that?
Thanks
FelixP.S.: I’m unfortunately not allowed to grand backend access to other people. But if you tell me what settings you want to see I can send you screenshots of the current settings.
April 15, 2014 at 12:27 pm #5955NexusModeratorI see that you have setup the second and third slide properly and works fine even in the mobile resolution. The problem is only with the first slide. So just replicate the settings from the second slide to the first slide.
April 15, 2014 at 12:34 pm #5958colibriinteractiveParticipantUnfortunately not. The first slide is positioned 0 for the horizontal x-axis but is is too far left of the logo on desktop browsers and sticky to the border of the screen on mobil devices.
The headline of the second and third slides are to far left on desktop browsers but look better on mobile devices.
This is do demonstrate you the pitfall…
How can I tell this rev slider to position the headlines horizontally at position 0 for desktop and 50 for all other devices???
I thought this is a premium theme/3rd party slider plug-in but constantly working on the slider sucks…Thanks for your assistance
FelixApril 16, 2014 at 4:57 am #5982NexusModeratorThis reply has been marked as private. -
AuthorPosts
- The forum ‘Appdev Theme Support’ is closed to new topics and replies.