-
AuthorPosts
-
September 29, 2015 at 1:57 pm #510736
I have added two headline rotators to my website.
I have set the style to centre.
When I view them on the website, they are in the middle of the screen, but a) they are not spreading full width as expected (I put them in a 1/1 container), b) when they wrap they are justified to the left and not to the centre.
September 29, 2015 at 8:00 pm #510967Hey richardelectrix!
not sure what you mean, as you first image is showing full width for me. Can you highlight using screenshots please? to show us what you see and make things clear for us. You can use imgur.com or dropbox.
Cheers!
AndySeptember 30, 2015 at 9:19 am #511209Hi
I dont think you are looking at the Headline Rotator. I think you are looking at the slider.
The headline rotator here http://screencast.com/t/SRwFs9Cui is set a centre, but as you can see it has crushed it up into the middle of the screen and forced it to wrap. I would have expected it to be full width. If it was going to wrap I would have expected it to wrap centrally (not left justified).
http://screencast.com/t/SRwFs9Cui
The rest of the text on the site in a 1/1 container stretches to where the arrows are on the screen grab (link above).
Thanks
September 30, 2015 at 1:07 pm #511423Hi!
you are using a color section for it, right? because color sections are always displayed full width.
Can you provide us admin access so we can take a closer look into it? you can post login details here as private reply.Cheers!
AndySeptember 30, 2015 at 1:32 pm #511451Hi
Our host have a strict policy requiring us to provide them with your IP address before you can access the admin area.
It is in a colour section.
That is what I was expecting it to display full width.
Do Kriesi not have a VPN they can access so they can access our site through a fixed IP address for Kriesi?
Thanks
September 30, 2015 at 1:42 pm #511460Hi!
Please see my reply here – https://kriesi.at/support/topic/changing-size-of-icon-list-and-font/#post-511459. You can post your reply here :)
Regards,
YigitOctober 5, 2015 at 11:01 am #513601Does anyone have any suggestions for the issue with the Headline Rotator being wrapped left justified when I have it selected as Center?
October 5, 2015 at 12:00 pm #513651Hey!
Please add following code to Quick CSS
.home .av-rotator-text { text-align: center!important; }
Best regards,
YigitOctober 5, 2015 at 12:48 pm #513705Hi
That fixes it centrally, but it still keeps it in a narrow container.
Why isnt the container full width?
And does the centering issue mean there is a bug in the code?
October 5, 2015 at 12:55 pm #513712Hey!
You can change the code to following one
.home .av-rotator-text { width: 100%!important; text-align: center!important; }
Cheers!
YigitOctober 5, 2015 at 1:02 pm #513723Hi
I have given me headline rotator css class name of “full-width-headline-rotator”
And added the code below to the child css …
.full-width-headline-rotator { width: 100%!important; text-align: center!important; }
But it hasn’t centralised it or strached it full width.
October 6, 2015 at 8:20 am #514182Hey!
Add this code:
.full-width-headline-rotator .av-rotator-text { text-align: center; width: 100% !important; }
Cheers!
IsmaelOctober 6, 2015 at 10:25 am #514256Hi that works. thanks
-
AuthorPosts
- The topic ‘Headline Rotator Container not full width’ is closed to new replies.