Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #892474

    Hi
    I like to have an extra columns to my header so that I can add widget or text on the right side. Something similar to the attached file.
    http://i67.tinypic.com/2j5dwjr.jpg

    Is this possible?

    Best Regards
    Din

    • This topic was modified 6 years, 5 months ago by dinmix.
    #892812

    Hey dinmix,

    Here is a tutorial on how to do it

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #897544

    Thanks Victoria

    I have followed the instruction and manage to get the text widget on the right. However, the text widget overlapped on the logo when view on mobile device. How can I make it break to another line. You can have a look here https://goo.gl/aTv3W7

    Best Regards
    Din

    #898746

    Hi,

    It will not work to make it a new line, you will still drop everything from the first user interaction.
    A suggestion for mobile, hide it on top and make it visible before the footer.
    User wants other information and it will also be a pain to align it properly and resize it.

    Best regards,
    Basilis

    #915300

    Hi Basilis

    Mind sharing how I can achieve this?
    A suggestion for mobile, hide it on top and make it visible before the footer.

    I tried but cant get this to happen. Thanks.

    Best Regards
    Din

    #915443

    Hi Din,

    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

    
    
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header {
        height: 130px;
      }
      #header #text-10.widget {
        right: -170px ;
        padding-top: 0;
        position: absolute;
        top: 45px;
      }
      #has-right {
        margin-left: 9px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #915483

    Hi Victoria

    Thank you very much. This is exactly what I was trying to achieve for the last few weeks.

    Once again, thank you.

    Best Regards
    Din

    #915505

    Hi Din,

    Glad we got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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