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.
I handled point number one.
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
That works for mobile! Tablet still isn’t centered. Could you help me with that?