There's a very thin line of the component's background that shows below the main image in the desktop version, any idea of why it shows?
Rajnish Deshmukh
@drajnishAll comments
- @nmelgarSubmitted about 3 years ago@drajnishPosted about 3 years ago
hey @nmelgar It is because component-container width and height is greater than column-right and images width and height. set width and height to 100% of both 'column-right' and img
0 - @Kshetri77Submitted about 3 years ago
.i have achieved most of the requirements . However , i have struggled with following things:
- adjusting image size to div size at around 760px to 900px screen size.
- is there any easy way to rearrange the order of divs without changing the display from grid to flex?
- What is the most suitable way to centre a div(grid display) in the centre of the screen?
Thank you for your time!!!
@drajnishPosted about 3 years agohi @Kshetri77 For image size set its width and height to 100% and for grid you can check this link https://css-tricks.com/snippets/css/complete-guide-grid/
0 - @ricardonycSubmitted about 3 years ago
Vertical scrolling gets stuck when adding 'overflow-x: hidden.' Can someone help me solve this? I'm using 'overflow-x: hidden;' because it removes a gap on the right side of the page but it seems to be causing the vertical scrolling to get stuck.
@drajnishPosted about 3 years agoHi @ricardonyc May be problem occur because you are targeting both html and body element. remove 'overflow-x: hidden' from html element.
0 - @TripleT511Submitted about 3 years ago
I'm having some problems with my background, I hope you guys can give me feedback so I can improve
@drajnishPosted about 3 years agoHi @TripleT511 I'm newbie but i think changing these values in your image div may help
transform: translateX(30%) translateY(11%) rotate( 270deg) scale(1.5);
hope it works for you.
Marked as helpful0 - @kpprSubmitted over 3 years ago
I cound't remove the border around the button when i have not used any border property except the radius bit. any reason why?
@drajnishPosted over 3 years agoHi @K Peterkin Paulraj
border width is set to 2px in user agent stylesheet you can set it to border:none
Marked as helpful0 - @SuthakharPonnambalamSubmitted over 3 years ago
Suggestions revolving around media queries is much appreciated. I've made several adjustments but the overall transition is not smooth. Hence would love to hear some thoughts.
@drajnishPosted over 3 years agoHi @Suthakhar
For desktop version set panel position to relative and button position to absolute then give bottom value to button.
I am a newbie so don't know much but i think it will work.
0 - @edrickalemaSubmitted over 3 years ago
Can any help me to know how to add the hover effect on the Dark theme? Thanks in advance and any comment is welcomed,
@drajnishPosted over 3 years agoHi @19alema
You don't have to code this much to change the theme.
Watch this - https://www.youtube.com/watch?v=xodD0nw2veQ
Then for hover effect make two variables with same name and give them different color value.
Marked as helpful0