- This topic has 8 replies, 3 voices, and was last updated 1 year, 11 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Hi again
Thanks to the forum i found the CSS code to move the mainmenu to the top and also make it transparent.
But the Problem is that there is now a gap where the menue.
https://photos.app.goo.gl/jVfp5GKdu9xsgx6j6
CSS:
#main-menu {
/*backdrop-filter: grayscale(1);*/
background-color: #00663380;
}
#main-nav {
background: transparent !important;
position: relative !important;
top: 10px;
box-shadow: none !important;
}
.entry-header {
position: relative;
top: -61px;
height: 330px;
}
Hi Manfred,
At first, thank you for choosing our theme and service.
I will redirect this topic to the developer’s board and they will contact you.
Kind Regards
Hello again,
We’ll need your site url to test it
Sorry for this very late reply
Kind regards
Hi
My website is https://sclassic.csb86.ch/
I did manage to “solve” the Problem, but with some side effects on other images.
My solution was:
/*Inlineimage Anpassung */
.emxx {line-height: 1.0em}
img { float: left }
If you have a better one, i am interested.
with kind regards
Manfred
Hi again,
Can you provide screenshots about how the custom style distorts other images in order for me to take it into consideration ?
Kind regards,
George
Sorry for the late replay. Everything works fine now.
The only thing is, that it would be nice to have the inline-images without the >float: left.
Hi Manfred,
Can you please describe the issue you have in more detail? Please share a direct link to the page where the issue appears and for more clarifications, please share screenshots of the issue.
Kind Regards
Thanks for the replay, here you see under Programm in the Table the Inlineimages:
Hi Manfred,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.has-text-align-left img {
float: none;
}
Kind Regards