Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #793561

    Hello to all,

    I’ve got a problem with the tab section element: I can’t center the text, it’s moved to the left, even though I use a full screen section. (Attached private link to view the problem).

    Can someone help me? thank you!

    #793565

    Hey oiser,

    Try adding the following to quick css:

    #lipsum p{
    text-align:center!important;
    }

    Best regards,
    Jordan Shannon

    #793570

    Hello Jordan,

    thanks for the help, but unfortunately it doesn’t work: it always remains an empty space on the right and the text doesn’t center!

    • This reply was modified 6 years, 11 months ago by oiser.
    #793573

    Hi,

    Please provide a screenshot of what you are seeing.

    Best regards,
    Jordan Shannon

    #793586

    Hi,

    This is what happens in the frontend:

    Example 1

    And this is what happens in the backend:

    Example 2

    Unfortunately the text does not fill the entire screen width.

    Regards

    • This reply was modified 6 years, 11 months ago by oiser.
    #793591

    Hi,

    Are you using a full-width column in the tab structure?

    Best regards,
    Jordan Shannon

    #793592

    Yes Jordan,

    I use a 1/1 full width column. You can see this in the second example link.

    #793605

    Hi,

    I am not able to see the white space on my laptop at this very moment, but please try adding the following to quick css:

    
    .av-layout-tab-inner .container{
    max-width:100%!important;
    }

    Let me know if this works.

    Best regards,
    Jordan Shannon

    #793611

    Hi Jordan,

    yes, now works very well! Tanks a lot!!

    Best regards!

    #793620

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Centered text in tab section element’ is closed to new replies.