WikiEduDashboard icon indicating copy to clipboard operation
WikiEduDashboard copied to clipboard

Disordered Article page when in mobile

Open lopezabegaillyn opened this issue 7 years ago • 19 comments

The navbar is blocking some parts of the div of the articles.

lopezabegaillyn avatar Jun 30 '17 02:06 lopezabegaillyn

screen shot 2017-06-30 at 10 04 01 am

lopezabegaillyn avatar Jun 30 '17 02:06 lopezabegaillyn

Thanks! @sejalkhatri is working on a mobile layout cleanup soon.

ragesoss avatar Jun 30 '17 04:06 ragesoss

Hey @ragesoss , is this issue solved or can I work on it?

Vinit-Dantkale avatar Dec 20 '19 16:12 Vinit-Dantkale

@Vinit-Dantkale yes, go for it.

ragesoss avatar Dec 20 '19 17:12 ragesoss

Hey, just one small check, Im seeing this UI on localhost for art+feminism course. It looks bit different from image above. Also,I can't find Programming course, I only have art+feminism and Default campaign. Is the below image same page as you are looking image

Vinit-Dantkale avatar Dec 21 '19 04:12 Vinit-Dantkale

Can I work on it?

shipcy avatar Jan 11 '20 09:01 shipcy

@shipcy you can work on any issue that's open, just please focus on one at a time, leave a message to say which one you're working on, and follow up if you stop work on it.

ragesoss avatar Jan 13 '20 17:01 ragesoss

Hey, I'm so sorry for responding late.The status so far, I tried fixing some distortion in uploads page. image Please do tell me further for edits or review by PR.

Vinit-Dantkale avatar Jan 14 '20 14:01 Vinit-Dantkale

@Vinit-Dantkale that looks like a nice improvment. Do you have an open PR? This looks like it might overlap with #3661

ragesoss avatar Jan 14 '20 17:01 ragesoss

Oh @ragesoss , I didn't realize that. Should I open a PR? will follow your word.

Vinit-Dantkale avatar Jan 14 '20 18:01 Vinit-Dantkale

@Vinit-Dantkale please do.

ragesoss avatar Jan 14 '20 18:01 ragesoss

@Vinit-Dantkale please do. Hey @ragesoss, I opened a PR #3670

Vinit-Dantkale avatar Jan 15 '20 18:01 Vinit-Dantkale

Hi, I attempted to fix some distortion for articles section for tablets and below image Though I'm facing some challenge with Change in Structural Completeness button like in image of 6th comment above.

Vinit-Dantkale avatar Jan 16 '20 17:01 Vinit-Dantkale

hey @ragesoss can I work on this issue?

Anand-Royy avatar Dec 30 '20 18:12 Anand-Royy

@Anand-Royy sure!

ragesoss avatar Dec 30 '20 18:12 ragesoss

@ragesoss I am not able to setup it. I am a newbie to this thing. Can you please guide me. I tried to set it up on Ubuntu.

Anand-Royy avatar Dec 31 '20 13:12 Anand-Royy

Please describe where you got stuck with setup by commenting on this issue: https://github.com/WikiEducationFoundation/WikiEduDashboard/issues/1351

Also, if you'd like to join the project Slack chat, send me your email address and I can invite you.

ragesoss avatar Dec 31 '20 16:12 ragesoss

@ragesoss yes please [email protected]

Anand-Royy avatar Jan 02 '21 18:01 Anand-Royy

I am solved the issue. I am real project experience One simple solution is to add padding or margin to the top of the div containing the articles, equal to the height of the navbar. This will push the content down, ensuring it's not obscured by the navbar. For example, if your navbar has a height of 50 pixels, you can add padding-top: 50px; to the div containing the articles in your CSS file. This will create space at the top of the div, preventing it from being overlapped by the navbar.

niteshbca avatar Feb 15 '24 09:02 niteshbca