Shop Categories

X

I need two logos in the header

Home Forums Agama Pro I need two logos in the header

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9643
    211sb
    Participant

    I need to wrap (in full screen desktop mode) the menu between two logos, instead of one. What would be an easy, headache free way of accomplishing this?

    #9647
    Zex
    Moderator

    Hello, 211sb!

    I think the easiest way to do that, is to insert a next custom CSS code in
    Customize->General ->Additional CSS :

    .sticky-nav:after{
      background: url('http://211sb.com/wp-content/uploads/2018/06/211logo-main-1.png')no-repeat center;
      background-size:contain;
      display: inline-block;
      width: 200px;
      height: 69px;
      content:"";
      float:right;
      margin:10px 0px 0px 120px;
    }

    Change the Image URL, width, height and margin Values per your needs.

    Regards

    #9663
    211sb
    Participant

    That worked perfectly. Thank you very much!

    BTW, this is the absolute BEST theme I’ve ever used! Thanks!

    #9668
    Zex
    Moderator
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.