Hello apple_baker,
Please share the site url so we can help you with the custom css as per the need.
Kind Regards,
Manoj
Hello, thanks for your reply. It is at present offline. I am working from my computer. I just need to know where is the css for the homepage, the portfolio section. I want to make a slight adjustment
Hii apple_baker,
Go to Dashboard -> Appearance -> Customizer -> Theme Options -> Theme General Options paste the below CSS in Cutsom CSS box and save –
.enigma_home_portfolio_showcase img {
width: 80%;
}
you can change a width of the image as per your requirement.
Thanks.
Thanks for your help. Is there a way I can change the CSS file from the source? The above changed the image only but does not the banner/ title below. So, it doesn’t work.
Hii apple_baker,
Paste the below CSS in Custom CSS box and save –
.enima_photo_gallery .img-wrapper {
width: 80%;
}
.enigma_portfolio_shadow {
width: 80%;
}
You can change the width as per your requirement.
Thanks.
Hi, thanks. It makes sense but I am encountering another problem. The layout doesn’t look right when I narrow down my screen. Gallery image no 4 is pushed down below 3. Here is my screenshot. Where is the location of the CSS? Unless it can be adjusted on the appearance. Any idea why it is doing that? Thanks in advance
https://postimg.cc/image/bgz2mg0c7/
Hii apple_baker,
Please give your site URL.
Thanks.
Hi, as mentioned it is offline. If I can find the CSS file I may be able to figure it out?
Hii,
In which resolution are you testing.
Thanks.
Does it makes any difference which resolution? Fine when viewing full width. the minute I reduced the width that is the result.
Hii apple_baker,
yes, it makes difference with resolution.
Thanks.
Hello,
I dont think this is a resolution issue. It is CSS issue I belived.I thought it would be quicker to post the question here. On the contrary it has taken too long. I only want to know where the CSS located so I can try fixing it from there. No worries, I will figure it out somehow.
Hii,
Go to enigma directory -> style.css files -> here you can find CSS.
Thanks.