Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • taus Friend
    #195887

    Hello there,

    The row margin of the template is set to -20px (left and right), this does not render well on mobile, as there is no space on the left and right side of the screen and the text begins and ends on the edge of the scree,.

    I will have to reduce the margin to -15px.

    .row {
    margin-left: -20px;
    margin-right: -20px;
    }

    I cannot find the above code in any of the less files.

    Could you help please ?

    Thanks,

    Vinod

    chavan Friend
    #527126

    it works perfectly in the demo site, so I could not suggest you without viewing the issue on your site. please post your site Url and a screenshot of it too.

    this is the demo mobile layout


    1. asdfasdfasdf
    taus Friend
    #527127

    Hello Chavan,

    Here is there url – http://directories.developer.taus.net/all-listings/translation-support

    Could you let me know your IP address, so i can add to the configuration. The site is IP restricted.

    Thanks,

    Vinod


    1. Screenshot_2014-03-18-10-39-14
    chavan Friend
    #527142

    Please check the article, whether you added a DIV tag with class row-fluid. if so remove that. This will fix the issue.

    if you don’t find this row-fluid in your article.

    Add this code to custom.css , to create custom.css follow this tutorial http://t3-framework.org/documentation/bs3-customization#custom-css

    .rsdir .row-fluid {
    margin: 0;
    }

    The css issue is with respective to RS Directory Component you added. The base theme is fine.

    taus Friend
    #527143

    Yes, that is right. RSDirectories uses row-fluid everywhere and that seemed have caused this. Removing row-fluid did fix the issue.

    Thanks a bunch.

    Vinod

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

This topic contains 5 replies, has 2 voices, and was last updated by  taus 10 years, 8 months ago.

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