- This topic has 8 replies, 3 voices, and was last updated 2 years, 5 months ago by
vako.
-
AuthorPosts
-
April 19, 2023 at 1:53 pm #71026
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;
}
April 19, 2023 at 2:35 pm #71027Hi 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
April 28, 2023 at 3:52 pm #71055Hello again,
We’ll need your site url to test it
Sorry for this very late replyKind regards
May 2, 2023 at 7:57 pm #71075Hi
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
ManfredMay 6, 2023 at 2:07 pm #71089Hi 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
May 11, 2023 at 6:11 pm #71091Sorry 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.
May 11, 2023 at 9:29 pm #71094Hi 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
May 13, 2023 at 12:42 am #71098Thanks for the replay, here you see under Programm in the Table the Inlineimages:
May 15, 2023 at 2:39 pm #71101Hi Manfred,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.has-text-align-left img {
float: none;
}
Kind Regards
-
AuthorPosts
- You must be logged in to reply to this topic.
