- Posts: 3
- Thank you received: 0
problem with css
-
adlffuente
Inactive member - Topic Author
- New Member
Less
More
13 years 7 months ago #7985
by adlffuente
problem with css was created by adlffuente
Hello,
I´ve bought a carousell pro version.
I´ve a little problem. I want to disable the pagination. That is no problem. The problem is, that the line is still theire. It doesn´t desappear the line, where the pagination goes. so, the layout is not like i want.
Do I explain me?
Thanks
Angel
I´ve bought a carousell pro version.
I´ve a little problem. I want to disable the pagination. That is no problem. The problem is, that the line is still theire. It doesn´t desappear the line, where the pagination goes. so, the layout is not like i want.
Do I explain me?
Thanks
Angel
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #7992
by ivan.milic
Replied by ivan.milic on topic Re: problem with css
What line? Can you send us link?
Please Log in to join the conversation.
-
adlffuente
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
13 years 7 months ago #7998
by adlffuente
Replied by adlffuente on topic Re: problem with css
Hello,
it´s a new site and not finished yet. I send you the link: www.nuevo.cerler.es
On the top left you have the carousell. You see, the image is not full. The pagination is disable, but the place it uses cuts the images.
Better you see it yourself. Thanks
Angel
it´s a new site and not finished yet. I send you the link: www.nuevo.cerler.es
On the top left you have the carousell. You see, the image is not full. The pagination is disable, but the place it uses cuts the images.
Better you see it yourself. Thanks
Angel
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #8012
by ivan.milic
Replied by ivan.milic on topic Re: problem with css
Hi,
you have :
.carousel-wrap {
width:547px;
height:103px !important;
float:left;
}
you just need to remove that red line from template_css.css of make height bigger
you have :
.carousel-wrap {
width:547px;
height:103px !important;
float:left;
}
you just need to remove that red line from template_css.css of make height bigger
Please Log in to join the conversation.
-
adlffuente
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
13 years 7 months ago #8025
by adlffuente
Replied by adlffuente on topic Re: problem with css
Thanks. It works.
And how can I delete the words "next" and "previous" above the button?
Thanks
And how can I delete the words "next" and "previous" above the button?
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #8037
by ivan.milic
Replied by ivan.milic on topic Re: problem with css
You can make that text color white so that it's not visible:
.carousel-previous , carousel-next{
color:White;
}
.carousel-previous , carousel-next{
color:White;
}
Please Log in to join the conversation.
Time to create page: 0.180 seconds