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%;
}
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
Thank you Yigit for the response,
It works. but how can i increase the height of the easy slider to align? Thanks
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
Thanks for the information Ismael..