Gabriel Torres Posted July 7, 2023 Posted July 7, 2023 Hi, If you take a closer look at the user's all followers list, you will notice two things. Please consider this link as a reference: https://invisioncommunity.com/profile/87228-andyf/followers/ 1. The backgroup is gray. IMHO, it should be white. core > front > profile > allFollowers Where: <ul class='ipsDataList'> Should be: <ul class='ipsDataList ipsAreaBackground_light'> 2. The top pagination is too close to the <h3> header. More spacing is needed. See: Where: <h3 class='ipsType_sectionHead'> Should be: <h3 class='ipsType_sectionHead ipsMargin_bottom'> Just my two cents. Cheers!
Gabriel Torres Posted July 8, 2023 Author Posted July 8, 2023 We also need to swap the location of the <br> tag, so we don't end up with two <br> tags when no navigation bar is present. On line 12 Where: {{endif}} <br> Should be: <br> {{endif}}
Recommended Posts