By chegm267 on Saturday, 03 December 2016
Replies 9
Likes 0
Views 1.6K
Votes 0
HELLO AND THINKS FOR YOUR HELP;

how make a space between tabs "quartier"
and "sports"

http://awesomescreenshot.com/062671ve33
that is because you have now switched to bootstrap tabs which use different class names.

Try this instead

.moduletabs_title li.events {
margin-right: 10px;
width: 140px !important;
}

The second element fixes your "Socioculturelles" being too long for the tab
·
Wednesday, 07 December 2016 15:32
·
0 Likes
·
0 Votes
·
0 Comments
·
I my other message you'll see I recommend that you use the Bootstrap tabs - if you continue to use the old mootools tab then you would need this custom css

.moduletabs_title li.events {
margin-right: 10px;
}
·
Saturday, 03 December 2016 13:07
·
0 Likes
·
0 Votes
·
0 Comments
·
hello and thansk for your help l tape this code in css custom

http://awesomescreenshot.com/046674qac9

but there are not space :

http://awesomescreenshot.com/00b674qc5b
·
Tuesday, 06 December 2016 17:18
·
0 Likes
·
0 Votes
·
0 Comments
·
thanks you so much it work very well !
·
Thursday, 08 December 2016 00:00
·
0 Likes
·
0 Votes
·
0 Comments
·
hello andthnaksfor your help. how make a more big space between tabs "quartier" and "sport" ?

http://awesomescreenshot.com/0f767b8q2f
·
Wednesday, 14 December 2016 00:29
·
0 Likes
·
0 Votes
·
0 Comments
·

.moduletabs_title li:first-child {
margin-right: 40px;
}

p.s. I would recommend that you invest in a book about CSS so you can find these solutions in a more effective way. e.g. http://shop.oreilly.com/product/9780596159924.do
·
Wednesday, 14 December 2016 10:06
·
0 Likes
·
0 Votes
·
0 Comments
·
it work thanks you so much . THis books about hlml and css it exist in french ? you know a good french book to learn html and css in frenc please ?
·
Wednesday, 14 December 2016 16:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Not that I know of I'm afraid. You could do a search on Amazon (or similar online bookseller) for CSS books in french and look at the ones with good reviews.
·
Thursday, 15 December 2016 11:55
·
0 Likes
·
0 Votes
·
0 Comments
·
ok . thanks you somuch
·
Tuesday, 20 December 2016 15:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post