-
AuthorPosts
-
kipperfletcher23 Friend
kipperfletcher23
- Join date:
- February 2009
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 11 times in 1 posts
May 5, 2014 at 5:55 pm #197421Please could someone post the code for pricing table. My table is not expanding full width of page. I have no modules conflicting
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 5, 2014 at 5:56 pm #533650It would be helpful if you could provide the url of the site you’re working on
– as well as the specific link to/for your pricing table pagekipperfletcher23 Friendkipperfletcher23
- Join date:
- February 2009
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 11 times in 1 posts
May 5, 2014 at 6:01 pm #533651Sorry the url is http://192.185.146.224/~oceannew/index.php
Its JaBiz TemplateTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 5, 2014 at 6:03 pm #533652<em>@kipperfletcher23 425358 wrote:</em><blockquote>Sorry the url is http://192.185.146.224/~oceannew/index.php
Its JaBiz Template</blockquote>On which page is your pricing table?
kipperfletcher23 Friendkipperfletcher23
- Join date:
- February 2009
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 11 times in 1 posts
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 5, 2014 at 6:15 pm #533654There are several CSS rules that are causing conflict with the full page display of your Pricing Table, namely:
.col-md-push-3 {
left: 25%;
}.col-md-9 {
width: 75%;
}.col-sm-push-4 {
left: 33.3333%;
}.col-sm-8 {
width: 66.6667%;
}When I deleted the above pixel values (using Firebug to view in real-time testing), the Pricing Table displayed full-page as it should. I am not certain as to which (if any) elements the above noted CSS rules are related.
kipperfletcher23 Friendkipperfletcher23
- Join date:
- February 2009
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 11 times in 1 posts
May 5, 2014 at 6:17 pm #533655where would this be located?
Do you have html of this hole page by any chance.Thanks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 5, 2014 at 6:24 pm #533657I am not certain what elements – perhaps within some module or content configuration – is controlled by those CSS rules. What you can TRY (as a trial-and-error effort) is paste the following within your custom.css file.
(If you do not already have a custom.css file setup, simply create one within file path –> /templates/ja_biz/css
.col-md-push-3 {
left: 0%;
}.col-md-9 {
width: 0%;
}.col-sm-push-4 {
left: 0%;
}.col-sm-8 {
width: 0%;
}After you save your changes, check throughout your site to see if any other elements were affected.
If not . . . . then there ya go. 🙂
kipperfletcher23 Friendkipperfletcher23
- Join date:
- February 2009
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 11 times in 1 posts
May 5, 2014 at 6:32 pm #533658Hi
That messed my site up a bit it affected too many things
It works on the deme version so am unsure why not on quick start package.
any ideas?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 5, 2014 at 8:12 pm #533664There is something a bit more involved going on with this one (for some reason), so I am going to excalate this one onto the JA Development Team to review and comment further on.
In the meantime, I came up with a somewhat sloppy hack to get it to display better – though I am not certain how this will look on mobile devices (hence my requesting additional review from the JA Devs).
Within your custom.css file, paste the following:
.pricing-page {
margin-left: -300px;
padding: 20px 0;
max-width: 1100px;
}kipperfletcher23 Friendkipperfletcher23
- Join date:
- February 2009
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 11 times in 1 posts
May 6, 2014 at 2:40 am #533693That still changes the layout of all other pages and responsive mobile.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 6, 2014 at 8:36 pm #533900Hi kipperfletcher23
You should remove/unpublish the module published in the sidebar-1 position from the Pricing table page Take a look
kipperfletcher23 Friendkipperfletcher23
- Join date:
- February 2009
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 11 times in 1 posts
May 7, 2014 at 2:50 am #533928This is not an issue with module position. The table still stays to the right of the screen and not stretch the whole way across. This is why have started this post.
Please see here http://192.185.146.222/~oceannew/index.php/website-design-services/bonus-pages/pricing-table
A great screenshot but no help for my issue.
kipperfletcher23 Friendkipperfletcher23
- Join date:
- February 2009
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 11 times in 1 posts
May 7, 2014 at 3:58 am #533935I applied the code to the typography page which seemed to work. The typography page be default seems to stretch across the whole page. Hope this may help someone else.
-
AuthorPosts
This topic contains 14 replies, has 3 voices, and was last updated by kipperfletcher23 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum