Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1214766

    Hi, continuing in the customization of my site, I am trying to place a phrase / motto in the upper right corner of the header, normally reserved for social media. As you can see from this link:
    http://www.ferentino.eu/dove-siamo/
    you cannot position it except at the end of the menu that is covered. Is there any possibility of being able to position it exactly in the upper right corner or the total right of the header?
    Thanks

    #1215422

    Hi, using your documentation and adopting a different menu positioning, I managed to position the phrase motto in the upper right corner but it creates a big white bar and an excessive lowering of the logo / menu.
    Would it be possible to make the logo and menu align with the phrase / motto by recovering space?

    #1215423
    #1215498

    Hi amepro,

    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

    
    #header_main #custom_html-2 {
        width: 24vw;
        float: right;
        margin-bottom: -90px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1215556

    Thank you very much indeed Victoria
    It works!

    Have a nice evening!

    Best regards

    #1215839

    Hi amepro,

    Glad we could help :)

    Have a nice evening too!
    Best regards,
    Victoria

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