Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #334703

    Hi,

    Please help, i don’t know what to do how to properly align in proportion my frontpage..

    easy slider should be 691px

    currenly i have this code

     div .av_one_third {
    
    	margin-left: 2%;
    
    	width: 32%;
    
    } 
    

    • This topic was modified 10 years, 1 month ago by jalmz.
    #335156

    Hey jalmz!

    Please add following code to Quick CSS

    #execphp-2 { padding: 0; }
    .flex_column.av_one_third.avia-builder-el-5.el_after_av_two_third.el_before_av_one_third.column-top-margin, .flex_column.av_one_third.avia-builder-el-16.el_after_av_two_third.el_before_av_two_third.column-top-margin, .flex_column.av_one_third.avia-builder-el-21.el_after_av_two_third.el_before_av_one_full.column-top-margin { width: 33.3%; }
    .html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px; }
    

    Best regards,
    Yigit

    #335336

    Thank you Yigit for the response,

    It works. but how can i increase the height of the easy slider to align? Thanks

    #335451

    Hey!

    I’m afraid you can’t easily align the easy slider because it is responsive or fluid. The slider will depend on the size of the container. Anyway, you can try this:

    .avia-slideshow ul.avia-slideshow-inner,  .avia-slideshow ul.avia-slideshow-inner li, .avia-slideshow ul.avia-slideshow-inner li img {
    height: 350px !important;
    }

    Use css media queries to adjust the height on different screen sizes.

    Regards,
    Ismael

    #335850

    Thanks for the information Ismael..

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Enfold Theme problem with alignment’ is closed to new replies.