Link to site?
Did you look through the snippets where there are lots of things you can change.
Thread Starter
Chedi
(@chedi)
this is a link to my site
Remove the logo with:
.tc-header .brand {display:none;}
I’d suggest you look at this snippet which will enable you to center all the items (logo, tagline) and leave you the widest width for the navbar.
Thread Starter
Chedi
(@chedi)
Super code and super solution! j’adore le nouveau look de mon site ^^
but how can i justify the texts of paragraphs ? and can i minimise the height of the slider ?
thank you
For the entire site, use this:
p {text-align:justify;}
You may want to narrow this down to specific items.
Thread Starter
Chedi
(@chedi)
it’s work! thx
but i don’t find in the snippet how can i reduce the height of the image slider
can u help me plz
Thread Starter
Chedi
(@chedi)
i find a solution but the slider is not center
.carousel-inner {
overflow: hidden;
width: 80%;
position: relative;
}
any suggestion plz