gethugothemes / andromeda-light-hugo

Andromeda-light is a clean and modern Hugo SAAS Software theme. It perfectly fits any kind of SAAS Software. It is fully responsive, Superfast and powered by Bootstrap.
https://gethugothemes.com/products/andromeda/?utm_source=andromeda_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
76 stars 65 forks source link

Images Resizing Problem #18

Closed nataliepjlin closed 2 years ago

nataliepjlin commented 2 years ago

My Repository: https://github.com/nataliepjlin/up link: https://unplastifyyouth.org/blog/delivery-without-plastic/ Hi, I recently found that the images of the blog posts seem to be overlap with the navbar in desktop mode, but still can't find places to fix the problem.(the possible ones I could find are single.html, bootstrap.min.css, and navigation.scss, but so far neither of them can solve this issue) This only occurs inside the post when using desktop mode , resizing in tablet and mobile mode are both fine. image

mehedi-sharif commented 2 years ago

Hey @nataliepjlin

Thanks for using our theme. this is happening because you added extra padding to the navbar. still, you can fix it from the single.html file. just remove the pt-0 class from the section tag. it will be corrected.