Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1170990

    Dear support,
    i would like to achive a picture overlay like on the screenshot. The headline should be on top of the picture without any padding. Is this possible? It is a production-environment, there will be no damage changing something :-)

    #1171157

    Hey dondela,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #homefullwidth.avia-section.av-minimum-height .container .content {
      vertical-align: top;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1171380

    Hey Victoria,
    thank you that worked!
    Another question: Is it possible to make layout-boxes like on this screenshot? I tried it with a grid-row but it does not seem to work. Is there a better solution to achive this boxes-layout?

    #1171567

    Hi dondela,

    I think it can be adjusted to look pretty close. Can you please add the margins to the grid cells in the cells options and then we can add the box shadows.

    Best regards,
    Victoria

    #1171587

    Hi Victoria,
    i set the margins to 0px. But i am not really sure if this is right? I Think i want margin 0px for the images and margin 25px for the text. Would this be possible?

    #1171614

    Hi,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #boxes {
      width: 1000px;
      margin: 0 auto;
    }
    
    #boxes .flex_cell_inner {
      margin: 20px;
      border: 1px #ccc solid;
        height: 90%;
    }
    #boxes .flex_cell_inner .av_textblock_section  {
      padding: 20px;
    }
    #boxes .av-special-heading {
      padding: 0 10px;
    }
    
    #boxes .av_three_fifth {
      margin: 20px 0 0 20px;
    }
    #boxes .av_three_fifth .av-special-heading {
      padding: 0;
    }
    
    #boxes .av_two_fifth {
      margin-left: 0;
    }
    #boxes .hr { 
      border-top: 1px #ccc solid;
      border-bottom: 1px #ccc solid;
    }
    

    Well, the image needs to be a bit taller.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1171757

    Thanks for the help, awesome!

    May i ask for another question? I tried to insert the social icons in a widget. But they look very different than in the normal footer. How can i achieve to look white with the colored mouseovers like in the normal social footer icons?

    And is it possible to have an list-style-image before each submenu font?
    I tried the following code but it doesn´t work:

    /*sub-menu-bullets*/
    #top .av-main-nav ul a:before{
          list-style-type: circle;
      list-style-position: inside;
      list-style-image:url('path-to-imag.jpg');
    }
    #1171957

    Hi dondela,

    The link goes to a 404 page and the token has expired, please update it.

    Best regards,
    Victoria

    #1171968

    Sorry for that, please see the updated information

    #1172328

    Hi dondela,

    Thanks for the information, the issue you’re having with social icons is a bug in version 4.6.3.
    Please refer to the solution posted by Rikard in this thread: https://kriesi.at/support/topic/missing-icons-after-updating-to-wordpress-5-3-1-and-maintenance-releases/
    Let us know if you need further assistance.

    Best regards,
    Nikko

    #1172509

    Thanks Nikko,
    that solved my social-icons problem :-)

    Do you also know if it is possible to have an list-style-image before each submenu link?
    I tried the following code but it doesn´t work:

    /*sub-menu-bullets*/
    #top .av-main-nav ul a:before{
    list-style-type: circle;
    list-style-position: inside;
    list-style-image:url(‘path-to-image.jpg’);
    }

    #1172555

    Hi,
    Thank you for the login, I added this css in your child theme stylesheet:

    /*sub-menu-bullets*/
    #top .av-main-nav ul a:before{
    	content: url('https://voltaris.de/redesign2020/wp-content/uploads/2020/01/aufzaehlung-footer.jpg');
    	padding-right: 5px;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1172571

    Thanks Mike, awesome support!

    Where do the red triangles in the submenu come from? Is ist possible to hide them?

    #1172577

    Hi,
    I see gray squares in the sub-menu? Perhaps I’m looking in the wrong area, I’m looking at the main menu > sub-menu on the homepage
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    #1172586

    Hi Mike,
    it is the mega-menu when i hover “Lösungen” in the submenu. (please see the screenshot in privat content)

    #1172595

    Hi,
    Thank you, please try this css:

    .avia_mega_div .avia-bullet {
        display: none !important;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    #1172693

    Hi Mike,
    thats it, thank you very much for your support!
    :-)

    #1172749

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘layout’ is closed to new replies.