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

    Hi Guys,

    I have a few funky issues on my home page that I need your help with:

    1. On the full screen slider, the arrow to the next section doesn’t work. It looks like it has the wrong link.

    2. On the section after “Featured Work” that displays two lists, the tablet and mobile views are not centered on the screen.

    #594722

    I handled point number one.

    #595275

    Hey jesseaborden!

    Thanks for reaching out to us.

    Glad to hear that you solved the first issue you had. To solve the second issue, please try adding the following CSS in the Quick CSS section:

    @media only screen and (max-width: 767px){
    .flex_column.av_one_half {
        padding: 0px !important;
     }
    }

    Let me know if that helps.

    Cheers!
    Jordan

    #595430

    That works for mobile! Tablet still isn’t centered. Could you help me with that?

    #596074

    Hi,

    It looks centered on my end, in what browser are you seeing that? Please post a screenshot of what you are seeing on your end.

    Regards,
    Rikard

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