Tagged: homepage, homepage slider
Hi. The three call to action boxes that rest on top of the slider on the homepage cover u the buttons on the sider on mobile. I looked in the knowledge bank but couldn’t find an answer to fix this issue… Can you please help?
Hey dcshortwave,
Add this to quick css:
@media only screen and (max-width: 767px){
.post-entry-330 .flex_column_table .flex_column.av_one_third:first-child{
margin-top:100px!important;
}}
Best regards,
Jordan Shannon
Hi,
Add this to quick css as well:
@media only screen and (max-width: 767px){
#top .avia-slideshow-button{
display:inline!important;
}}
Best regards,
Jordan Shannon