-
AuthorPosts
-
xdesigner Friend
xdesigner
- Join date:
- April 2014
- Posts:
- 40
- Downloads:
- 2
- Uploads:
- 10
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
April 10, 2014 at 3:46 pm #196631Good afternoon all,
I am using JA Nex T3 on J3.2.3.
I include 2 examples of how it is on my end, and how I want it to be as, its supposed to be in the demo. Articlebg1 and bg2 are my end, articlebg3 is from the demo. (the filename of the attachment is irrelevant, i know they re not articles)
I get this in some menu items as for example “login” and “upcoming events”,and all menu items which lead not to an article basically, they end up displaying on an “empty” page. I want that white background “box”, I am sure it’s something silly, what am I missing?
Thank you in advance
- chavan Friend
chavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 10, 2014 at 4:51 pm #530386please we need your site Url to check and provide a css fix. so please post your site Url
xdesigner Friendxdesigner
- Join date:
- April 2014
- Posts:
- 40
- Downloads:
- 2
- Uploads:
- 10
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
April 10, 2014 at 5:17 pm #530389<em>@Chavan 421058 wrote:</em><blockquote>please we need your site Url to check and provide a css fix. so please post your site Url</blockquote>
Hi Chavan.
Unfortunately I am developing the site locally at this stage so I cannot provide a url right now.
I have a couple of other css issues/requests in case you have the kindness to check them and see if you can help me out, so I will look to put it online asap and will let you know.
I am just not sure what is the best way to do that, new topic for each issue? (I used “search” function but the topics found didn’t help, for those other issues)
Thank you very much in advance mate.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 10, 2014 at 5:28 pm #530393I think you will probably get more queries on this site. so better post your site in a development server and provide you site Url. so our team will actually look into the issue directly and provide a solution for it.
xdesigner Friendxdesigner
- Join date:
- April 2014
- Posts:
- 40
- Downloads:
- 2
- Uploads:
- 10
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
April 13, 2014 at 11:13 pm #530735<em>@Chavan 421065 wrote:</em><blockquote>I think you will probably get more queries on this site. so better post your site in a development server and provide you site Url. so our team will actually look into the issue directly and provide a solution for it.</blockquote>
Hello mate, I cannot edit my first post to add my dev server’s details, what should I do? Thank you in advance.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 14, 2014 at 4:47 pm #530841Please send it as a private message (PM)
xdesigner Friendxdesigner
- Join date:
- April 2014
- Posts:
- 40
- Downloads:
- 2
- Uploads:
- 10
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
April 14, 2014 at 6:38 pm #530861<em>@Chavan 421677 wrote:</em><blockquote>Please send it as a private message (PM)</blockquote>
Just for confirmation mate, have you received my PM?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 15, 2014 at 2:02 am #530886I got the PM, Here is the solution
Create a File custom.css by following this tutorial http://t3-framework.org/documentation/bs3-customization#custom-css
Add this code to custom.css
.t3-content.layout-home.span9 {
background: #FFFFFF ;
}1 user says Thank You to chavan for this useful post
xdesigner Friendxdesigner
- Join date:
- April 2014
- Posts:
- 40
- Downloads:
- 2
- Uploads:
- 10
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
April 15, 2014 at 10:26 am #530952<em>@Chavan 421742 wrote:</em><blockquote>I got the PM, Here is the solution
Create a File custom.css by following this tutorial http://t3-framework.org/documentation/bs3-customization#custom-css
Add this code to custom.css
.t3-content.layout-home.span9 {
background: #FFFFFF ;
}
</blockquote>Excellent, thank you so much Chavan. It did the trick.
xdesigner Friendxdesigner
- Join date:
- April 2014
- Posts:
- 40
- Downloads:
- 2
- Uploads:
- 10
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
April 15, 2014 at 4:22 pm #530993Sorry for bringing this up again, but its not quite fixed. Look at the screens attached: screen1 is by applying your fix, while screen2 is the “correct” display and as it should be.
I was happy I saw a white background at first but then I’ve noticed the padding issues, could you please help me fine-tune this fix a bit more? Looks like something is missing. Thank you very much in advance.
-
chavan Friend
chavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 16, 2014 at 2:32 am #531056Add this code to the custom.css
.t3-mainbody {
margin: 15px auto;}
xdesigner Friendxdesigner
- Join date:
- April 2014
- Posts:
- 40
- Downloads:
- 2
- Uploads:
- 10
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
April 16, 2014 at 11:18 am #531121Hello Chavan and thank you for your suggestion, we are almost there! The only difference now is some sort of border If I’m correct which seems to be missing. Could you please have a look at the screenshot attached?
Thank you so much, appreciated!!
edit: Doing some testing and If I add to custom.css the line in red, it adds a border but it adds it on all the other pages too, and the sidebar-2 moves to the bottom of the content everywhere so it needs something more.
.t3-content.layout-home.span9 {
background: #FFFFFF ;
border: 1px solid #E5E5E5
}
.t3-mainbody {
margin: 15px auto;
}-
AuthorPosts
Viewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 2 voices, and was last updated by xdesigner 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Menu items content display
Viewing 13 posts - 1 through 13 (of 13 total)