Main page only
I want to just come out clean image slider in the middle
Part marked in red
I want to remove
http://i100photo.com
Hey thug0bin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-fullwidth-slider.avia-shadow {
box-shadow: none;
border: none;
}
Cheers!
Yigit
Thanks Yigit !!
In Mobile
I want to display two columns portfolio (look like under pic)
please help me
Hey Yigit
Help me a little bit more
I want to remove line (over the text area)
and remove margin
Please give me fantastic CSS Code Bro!
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 769px) {
#top .no_margin.av_one_third {
width: 50%!important;
}}
.home div#after_full_slider_1 .content {
padding-top: 10px;
}
.home div#after_full_slider_1 {
border: none;
}
Best regards,
Yigit
yigit You’re a genius!
Thank you !
There is one problem was solved very little
The perfect desk top mode
However, in the mobile
This margin is still
Should this also be modified ?
Many thanks in advance
Hey!
You have following code in Quick CSS field
#top .main_color.container_wrap.fullsize {
min-height: 300px;
}
please change it to following
@media only screen and (min-width: 480px) {
#top .main_color.container_wrap.fullsize {
min-height: 300px;
}}
Best regards,
Yigit
css is not working
Yigit please help me
Thank U your adivce
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.home .main_color.container_wrap.fullsize {
min-height: 215px!important;
}}
Best regards,
Yigit
Hi!
Yigit Great working thank u ^^