Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • urbanic Friend
    #199833

    Since update to 1.1 template version the extra classes like “row-feature-primary” on the feature intro 1 site don’t respond to full page width.

    Example on Homepage: http://www.fotobox-plus.at

    Please Help

    Nazario A Friend
    #543018

    @urbanic,

    Please open the file: /templates/your_template_name/css/custom.css then add this rule:

    #t3-mainbody.container.t3-mainbody {
    padding: 0;
    width: 100%;
    }

    Let me know if this helps.

    urbanic Friend
    #543111

    Actually I don’t have a custom.css 😉

    urbanic Friend
    #543113

    Ok, I created the file myself – works to solve the HOMEPAGE issue BUT now every content on every other site has also the full page width – Text floats from the left end till the right display end :((

    Nazario A Friend
    #543154

    @urbanic,

    Please open file: /templates/your_template_name/css/custom.css then replace this code:

    #t3-mainbody.container.t3-mainbody {
    padding: 0;
    width: 100%;
    }

    With:

    .t3-wrapper.blog .container.t3-mainbody {
    padding: 0;
    width: 100%;
    }

    Let me know if this helps

    urbanic Friend
    #543236

    NOW THIS WAS THE SOLUTION!

    Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  urbanic 10 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum