Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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.

    #510967

    Hey 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!
    Andy

    #511209

    Hi

    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

    #511423

    Hi!

    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!
    Andy

    #511451

    Hi

    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

    #511460

    Hi!

    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,
    Yigit

    #513601

    Does anyone have any suggestions for the issue with the Headline Rotator being wrapped left justified when I have it selected as Center?

    http://screencast.com/t/tvwdN8xrDtir

    #513651

    Hey!

    Please add following code to Quick CSS

    .home .av-rotator-text {
        text-align: center!important;
    }

    Best regards,
    Yigit

    #513705

    Hi

    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?

    #513712

    Hey!

    You can change the code to following one

    .home .av-rotator-text {
        width: 100%!important;
        text-align: center!important;
    }

    Cheers!
    Yigit

    #513723

    Hi

    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.

    #514182

    Hey!

    Add this code:

    .full-width-headline-rotator .av-rotator-text {
        text-align: center;
        width: 100% !important;
    }

    Cheers!
    Ismael

    #514256

    Hi that works. thanks

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Headline Rotator Container not full width’ is closed to new replies.