+ Reply to Thread
Results 1 to 9 of 9

Thread: changing Width of description field for adding list

  1. #1

    Exclamation changing Width of description field for adding list

    Hi,

    I am having a problem that width of description field is taking more than the width of the page.

    Kindly advise how we can change it.

    Regards,

  2. #2
    a link to that page so we can help?

  3. #3

  4. #4
    description.jpg
    Quote Originally Posted by Mohamed Husain View Post
    your description is fine -see image.
    your page is splited in 3 sections: left side, middle and right side. if you want to have a longer area for the middle than you need to disable right side or move the box "Mobile Version" to left side

  5. #5
    Quote Originally Posted by Petrache Nicolae View Post
    Attachment 95

    your description is fine -see image.
    your page is splited in 3 sections: left side, middle and right side. if you want to have a longer area for the middle than you need to disable right side or move the box "Mobile Version" to left side
    Think he means the page after price plan, the description box is massive

  6. #6
    ok. i gues you have made some modifications that produced unwanted results or, most likely, the right column box is causing this (try to disable right column and/or move it.s content to left side )
    you can apply for now the following settings but consider to sybmit a ticket to flynax.

    1.go to your theme/css/common.css (line 485) and add there width: 680px;
    should look like this
    div#content div#controller_area {
    padding: 0 0 10px;
    width: 680px;
    }
    2.go to your theme/css/styles.css (line 1417) and there delete !important from .wauto so in the end you will have width: auto;

    .wauto {
    width: auto !important;
    }
    that should work at least on that page -remains to be sean how will work on the rest of the pages
    1.jpg2.jpg

  7. #7
    ok. i gues you have made some modifications that produced unwanted results or, most likely, the right column box is causing this (try to disable right column and/or move it.s content to left side )
    you can apply for now the following settings but consider to sybmit a ticket to flynax.

    1.go to your theme/css/common.css (line 485) and add there width: 680px;
    should look like this
    div#content div#controller_area {
    padding: 0 0 10px;
    width: 680px;
    }
    2.go to your theme/css/styles.css (line 1417) and there delete !important from .wauto so in the end you will have width: auto;

    .wauto {
    width: auto;
    }
    that should work at least on that page -remains to be sean how will work on the rest of the pages
    Attachment 96Attachment 97

  8. #8
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606
    Hello Guys,
    To solve the problem you just have to remove .wauto {...} style from the css file.
    John

  9. #9
    Thank you Petrache,

    It is working fine now.

+ Reply to Thread