tersoal
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] nav-below too high and overlap post in homeOh my god…
Then I can`t use ‘español’ (I’m spanish) in my posts?
I don’t know why the tags are used in the class property of the DOM. It has no sense for me.
This is very frustrating, I’ll see what I do…
Forum: Themes and Templates
In reply to: [Customizr] nav-below too high and overlap post in homeWell. You can see that the three first post titles are links, and you can click them to go to that post. OK.
In the forth post, yo pass th mouse trough the title, and the hand don’t appears and you can’t click it. You can click the image (if it has it) or in the counter of comments, but in the title not.
If you make right click in the title and inspect the element, you will see that firefox shows the h3 of nav-below.
Thus, the nav-below is too tall, and overlaps the content of the post.
Forum: Themes and Templates
In reply to: [Customizr] nav-below too high and overlap post in homeForum: Themes and Templates
In reply to: [Customizr] Image instead slidePerfect!
This is what I wanted.
In addition, I have move the caption to bottom and right for show the autor of the image, and I have delete background.
.home .carousel-caption {
background: none;
vertical-align: bottom;
left: 40%;
padding: 0;
}If you want simply to delete caption:
.home .carousel-caption {
display:none ;
}I like this community 🙂
Forum: Themes and Templates
In reply to: [Customizr] Image instead slideThank you.
But this affects to all carousels, and I need affect only to home slide, because I want to put carousel in other pages.
I’m working in that.
Forum: Themes and Templates
In reply to: [Customizr] Image instead slideYes, it´s an option. I was worry about arrows in the slide.
I will try.
Thank you so much!