• Resolved geothom

    (@geothom)


    Is it possible to add pictures plus text in the Tagline? I would very much like to add 4 small pics. If so how best to achieve this pls?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi,
    You might want to check those snippets to edit the Customizr tagline.
    Hope this helps,
    Cheers

    Thread Starter geothom

    (@geothom)

    Thanks heaps. Using one of the snippets, I moved the menu below the tagline but now the first two menu items are not aligned with the others – http://www.poncesuiteshotel.com.

    .navbar .nav > li > a {
      position:         relative;
      top:              11px;
    }

    You need to remove specific css for those two menu item links (menu-item-34 and menu-item-74), so find and remove next three lines, or at least make that top 0 px:

    top: 1px !important;
    left: 0px !important;
    position: relative !important;

    Thread Starter geothom

    (@geothom)

    Thanks tomaja. Sorry, but where do I find css for specific menu items?

    Check your custom css field, have you make any css modifications there ?
    You could also try to add

    .navbar .nav > li > a {
    position: static;
    }

    to see if it makes any good for your menu

    Thread Starter geothom

    (@geothom)

    Thanks tomaja. Sorry, but where do I find css for specific menu items?
    Think I just worked out it’s in the appearance/menu/css classes – yes?
    But there is nothing in this option at present for these items. HELP!
    (thanks in advance)

    Again, spam filters 🙁
    please check my post above

    Thread Starter geothom

    (@geothom)

    Thanks again – sorry posts got crossed. As a newby here not sure what you mean by spam filters but MANY thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Cusomizr Tagline – add image?’ is closed to new replies.