Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #71026
    Manfred Hungerland
    Participant
    Premium Member

    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;

    }

    #71027
    vako
    Keymaster
    Premium Member

    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

    #71055
    George
    Moderator
    Premium Member

    Hello again,

    We’ll need your site url to test it
    Sorry for this very late reply

    Kind regards

    #71075
    Manfred Hungerland
    Participant
    Premium Member

    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

    #71089
    George
    Moderator
    Premium Member

    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

    #71091
    Manfred Hungerland
    Participant
    Premium Member

    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.

    #71094
    vako
    Keymaster
    Premium Member

    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

     

    #71098
    Manfred Hungerland
    Participant
    Premium Member

    Thanks for the replay, here you see under Programm in the Table the Inlineimages:

    alptage

    #71101
    vako
    Keymaster
    Premium Member

    Hi Manfred,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .has-text-align-left img {

      float: none;

    }

    Kind Regards

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.