Unwanted space noticed. 
Autore: Mandar V.
Visite 47,
Followers 0,
Condiviso 0
Sending a screenshot of www.ambabai.com
1. Unwanted space is noticed. How to remove it? I want no space between menu bar and the slider image.
2. How to change colour of image description?
Please suggest a solution.
Thank you with regards
Mandar Vaidya
Postato il
You can change the spacing with a web developer tool if CSS code is used, see screenshot below
It might work without CSS code, but I don't know the settings.
If CSS code is used, then the CSS code from the web developer tool could be used, although the CSS code might need to be expanded a bit, but I can't test this on other websites.
-----
In WebSiteX5, under "3 Sitemap", select "Homepage" and click "Properties" at the top. Then click the "Advanced" tab and paste the CSS code at...
Custom Code
Before the closing head tag
Adjustments/additions may be necessary, but this would need to be tested.
Perhaps other users have a different solution.
----- CSS code -----
<style>
#imContent { padding: 0px 0 5px 0 !important; }
</style>
----------------------
Autore
Thank you Daniel W.
I'll try it as you suggested.
Regards
Mandar Vaidya