+ Reply to Thread
Results 1 to 5 of 5

Thread: Problem in the design and I need help

  1. #1

    Question Problem in the design and I need help

    Hello,

    Template: general_wide

    I want to fix a problem with the section#content div container
    I work now a long time and can't fix :-( I hope together we can do!

    also see attached image:

    screen.png

    section#main_container > div.inside-container = red line
    section#content = blue line

    I see the content container go on the reight side over the inside-container
    and I want have that both is same on the reight side!

    How have any idea or how is the problem ?

    Cheers Sripai
    Last edited by Sripai Schraepler; February 3, 2017 at 10:52 AM.

  2. #2
    Hello Sripai,

    Please send me link to your site and i ll send you fix

    Ameer khan
    http://absatlak.com

  3. #3
    Hello Hassan,

    this is a Problem in the org. general_wide template !!!

    You can test at your self.

    go to the templates > css > style.css

    line 956 section#content
    and
    line 948 section#main_container > div.inside-container

    add any bordercode and then you can see it :-)

    Cheers Sripai
    Last edited by Sripai Schraepler; February 6, 2017 at 11:08 AM.

  4. #4
    Hello Sripai,

    I don't see any problems with it.
    Would you please explain us what a problem do you have with it?

    It happens because section#main_container > div.inside-container has class:- col-md-8 from bootstrap.
    This class has parameters margin-left and right 15px.

    You can add new parameter in style.css file:
    Code:
    Only registered members can view the code.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    Hello Viktor,

    yes I can, then now I fix it.

    .col-md-8 bootstrap is from size to width so the right side is ca. 10 px over the inside-container you can see on my image in the first post!
    It's will show if the content use background color!

    I modify :

    line 361 .col-md-8 width: 66.66666667%; to width: 65.333333333%; may be is not so excatly but work

    line 764 add .col-md-8 { width: 65.1111111111%; }

    and then we must a litle bit modify in the styles too for the home Page, listing details page and @media size for responsive style.



    Cheers Sripai
    Last edited by Sripai Schraepler; February 6, 2017 at 01:40 PM.

+ Reply to Thread