-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes in Footer Contents Alignment and Hover Effects #485
Changes in Footer Contents Alignment and Hover Effects #485
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need some more enhancement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall the style looks very odd and in mobile view, it is very strange.
I can't see any hover effects where are they added?
@@ -815,6 +815,10 @@ HEAD .round-2 { | |||
.box { | |||
margin-bottom: 20px; | |||
} | |||
.container | |||
{ | |||
flex-direction: column; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why changing the flex-direction?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sir I thought it will make it responsive like in mobile size it will come to center. All other issues i have resolved today. Only this responsive issue is left to be resolved which I will complete soon...
<h5 class="font-weight-bold text-white mb-lg-4 pb-2 margin-top-mobile">Useful Links</h5> | ||
<ul> | ||
<li> | ||
<a class="text-white mb-lg-3" href="#about">About</a> | ||
</li> | ||
<hr style="margin-right: 40%;"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These hr's look very weird.
</ul> | ||
</div> | ||
|
||
<div class="col-lg-3 col-md-3 col-sm-6 col-12"> | ||
<div class="center col-lg-4.5 col-md-3 col-sm-6 col-12"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are no classes center
and col-lg-4.5
either in bootstrap or in custom styles.
</ul> | ||
</div> | ||
|
||
<div class="col-lg-3 col-md-3 col-sm-6 col-12 socialicons"> | ||
<div class="col-lg-4.5 col-md-3 col-sm-6 col-12 socialicons"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
col-lg-4.5
is an invalid class.
Moved to #502 |
Description
Please include a summary of the change and which issue is fixed.
Fixes
->The logo and para tag which was at the bottom is shifted at the top of footer container.
->Aligned the content to the center.
->Aligned the contact us and email bar one below the other from side by side.
->a single line of code to make it responsive for mobile view.
->Changed color of hovering.
->Added hr tags below the content.
#119
List any dependencies that are required for this change
Type of change
#Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
Yes I have tested it on my laptop.
UI /UX changes
Attach gif or screenshot for changes.
- After : Pic of Foter after changes has been uploaded in the link below.
- https://drive.google.com/file/d/1DoV1gAt2E53es37OsymjkUZbmiSS73XF/view?usp=drivesdk
Checklist: