Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #385815

    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

    check the image

    #385827

    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

    #385862

    Thanks Yigit !!

    In Mobile
    I want to display two columns portfolio (look like under pic)

    please help me

    http://i100photo.com/gallery/

    2col

    • This reply was modified 9 years, 9 months ago by thug0bin.
    #385871

    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!

    • This reply was modified 9 years, 9 months ago by thug0bin.
    #386426

    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

    #386616

    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

    good
    bad

    #386640

    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

    #386659

    css is not working
    Yigit please help me

    Thank U your adivce

    #387133

    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

    #387309

    Hi!
    Yigit Great working thank u ^^

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to remove the header bottom line?’ is closed to new replies.