Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1185848

    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?

    #1185881

    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

    #1185883
    This reply has been marked as private.
    #1185917

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.