Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1101377

    In reply to: https://kriesi.at/support/topic/color-section-into-tab-section/#post-1101272

    Hi Ismael,
    now I found the core of the problem.

    When I use “Fixed Frame” the problem as described comes up.
    Use stretched or boxed layout? > Fixed Frame

    Thank you for help.
    Best regards Peter

    #1102667

    Hey Peter,

    Thanks for the update.

    Did you add the css code? That should center align the content of the tab section when “fixed frame” is enabled. Here it is:

    .av-framed-box .av-layout-tab-inner .container {
        margin: 0 auto;
    }
    

    Best regards,
    Ismael

    #1102717

    Hi Ismael,

    yes, exactly that code is inside.

    Doesn’t solve the problem within the tab section, when fixed frame is used.

    Thank you for help!

    Best regards
    Peter

    #1104395

    Hi,

    Odd. It seems to be working when we check it in the browser inspector. Please post the login details in the private field so that we can inspect the issue further.

    Thanks for the update.

    Best regards,
    Ismael

    #1104460

    voila

    #1104805

    Hi,

    Thanks for the info.

    The content of the tab section are center aligned on Chrome Windows 7.

    Screenshot: https://imgur.com/a/Bv8fxBF

    Where are you testing it?

    Best regards,
    Ismael

    #1105114

    System Information
    Operating System: Win64
    Chrome Browser Version: 74.0.3729.169
    Chrome OS Version: NA
    Memory: 4.02GB available out of 17.10GBCPU: Intel(R) Core(TM) i7-4720HQ CPU @ 2.60GHz ( x86_64architecture – 8 processors )

    #1105580

    Hi,

    Thank you for the info.

    Did you check the screenshot? Is that what you’re seeing on your end?

    Best regards,
    Ismael

    #1106647

    Hi Ishmael! I have to say, it’s a very ineffective writing back and forth. You do not seem to have read the history of the thread.

    I use the setting “Fixed Frame” and would like to have centered the content in a “Tab Section”. Currently the content is moved to the right – see screenshot

    https://web2profit-my.sharepoint.com/:b:/g/personal/peter_meyer_web2profit_de/EXjiJY7PYsRHvrlqoESPHVcBXBCEzC-Yo8jaB_XKAgjN8g?e=jyUpPu

    Thank you for help!

    Best regards
    Peter

    #1106995

    Hi,

    I would like to apologize for the confusion. The container seems to be off by 50px. Please try this css code.

    .av-framed-box .av-layout-tab-inner .container {
        max-width: 1310px;
        left: -50px;
    }

    Best regards,
    Ismael

    #1107097

    Hi Ismael!

    It works – thank you very much for help!

    Best regards
    Peter

    #1107218

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Fixed Frame > Content alignment in the tab section’ is closed to new replies.