Remove border
9 months 6 days ago #71082
by xgipper
Remove border was created by xgipper
Hello
I'd made my first slider using the free version, but how do you remove the border around it so it sits snuggly acoss its designated width and height?
I can't find it in Slider Options, and in the style I created, under Slider > Margin or > Border, keying in 0 doesn't seem to make any difference.
Also, can you adjust the line spacing/leading of the caption type? It looks a bit cramped.
Thanks so much
I'd made my first slider using the free version, but how do you remove the border around it so it sits snuggly acoss its designated width and height?
I can't find it in Slider Options, and in the style I created, under Slider > Margin or > Border, keying in 0 doesn't seem to make any difference.
Also, can you adjust the line spacing/leading of the caption type? It looks a bit cramped.
Thanks so much
Please Log in or Create an account to join the conversation.
9 months 6 days ago #71083
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Remove border
Hi
Please give me the url of the page where I can see the slider to check the problem
CEd
Please give me the url of the page where I can see the slider to check the problem
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 months 6 days ago #71084
by xgipper
Replied by xgipper on topic Remove border
Thank you. I will use the contact form now, as the site is under development if that's OK.
Please Log in or Create an account to join the conversation.
9 months 6 days ago #71085
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Remove border
ok no problem, but please put the url of this thread in your email so that I can trace it
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 months 6 days ago #71086
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Remove border
I have checked but I don't see any border. Are you talking about the white space around the module ? this is defined in your template, not in the module
for the text, you can use the styling interface >> custom css >> add this code (adapt the values)
for the text, you can use the styling interface >> custom css >> add this code (adapt the values)
Code:
.swiper-desc {
line-height: 25px;
}
Joomlack Webmaster and Developer
The following user(s) said Thank You: xgipper
Please Log in or Create an account to join the conversation.
9 months 6 days ago #71087
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Remove border
you can try this css code to remove the margins from your template
Code:
.chameleon_block, .chameleon_block_content {
margin: 0;
padding: 0;
}
Joomlack Webmaster and Developer
The following user(s) said Thank You: xgipper
Please Log in or Create an account to join the conversation.
Time to create page: 0.232 seconds