-
AuthorPosts
-
npatris Friend
npatris
- Join date:
- April 2011
- Posts:
- 53
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 16
- Thanked:
- 2 times in 1 posts
February 26, 2014 at 8:41 pm #195259Hello,
Actually i´m working in local mode and I haven t create my website for the moment.
I try to remove the white line (#ddd) when I create a table in a custom module. It appears a horizontal line to divide the files and I try to remove it but for the moment I have no success.I try to change this in bootstrapp.css (and a few others things :(()
.table tbody + tbody {
border-top: 2px solid #dddThanks a lot for your reply.
Bye.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
npatris Friendnpatris
- Join date:
- April 2011
- Posts:
- 53
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 16
- Thanked:
- 2 times in 1 posts
February 27, 2014 at 10:01 am #524610Actually I´m working in local mode and my web si not online.
In the screenshot you can see diferent white lines I wan to remove.
Thanks.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 28, 2014 at 4:28 am #524703It’s hard to get this issue solved without having a close look into your real site. I tried to test at my end, however I could not reproduce the issue.
Anyway, you can give it a try with solution below:
+ Create the custom.css file into the templates/ja_hawkstore/css folder
+ Open the templates/ja_hawkstore/css/custom.css file and add css script:
.table tbody + tbody {
border-top: 0px solid #ddd !important;
}
Let me know if it helps.
1 user says Thank You to Ninja Lead for this useful post
npatris Friendnpatris
- Join date:
- April 2011
- Posts:
- 53
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 16
- Thanked:
- 2 times in 1 posts
February 28, 2014 at 11:35 am #524772Hello, thanks for your help. I create the custom.css but I still have the same white line. Another idea?
Bye.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 4, 2014 at 7:12 am #525195<em>@npatris 413925 wrote:</em><blockquote>Hello, thanks for your help. I create the custom.css but I still have the same white line. Another idea?
Bye.</blockquote>It would be great if you can include url of your site here. I will try to help you out then.
npatris Friendnpatris
- Join date:
- April 2011
- Posts:
- 53
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 16
- Thanked:
- 2 times in 1 posts
March 18, 2014 at 11:59 am #527158Hello,
now my website is online, and this is my URL: http://www.dominothemovie.com.
Can you take a look please? If you need username and password I can send you in a private message.
Thanks a lot for your help.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
npatris Friendnpatris
- Join date:
- April 2011
- Posts:
- 53
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 16
- Thanked:
- 2 times in 1 posts
March 19, 2014 at 11:35 am #527337Thanks a lot Ninja!! Now I have a problem to resize the logo (the new one is 240x97px). Maybe you can help me with this too ? 😉
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 20, 2014 at 11:45 am #527480<em>@npatris 417126 wrote:</em><blockquote>Thanks a lot Ninja!! Now I have a problem to resize the logo (the new one is 240x97px). Maybe you can help me with this too ? ;)</blockquote>
You can change the logo size from templates/ja_hawkstore/less/variables.less file
Change
@T3logoWidth: 241px;
@T3logoHeight: 40px;To
@T3logoWidth: 240px;
@T3logoHeight: 97px;With image path: templates/ja_hawkstore/images/themes/blue/logo.png file
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 2 voices, and was last updated by Ninja Lead 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to remove white line in tables?
Viewing 10 posts - 1 through 10 (of 10 total)