Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #744285

    Hello,
    how can i add title only on a front page after logo? For mobile devices it’s ok. But on pc it’s not working. Thank you in advance.

    #744287

    Private message

    #744614

    Hi,

    I’m not sure I understand what you mean, could you try to explain a bit further please? A screenshot highlighting the changes you want to make might help us understand better.

    Best regards,
    Rikard

    #744767

    I can’t understand how to add a screenshot here. So i give you a link to a test website. I need a title afetr logo like it is on this website.

    #745262

    Hi,

    Ok, thanks for the feedback. Please try adding a widget are to the header: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.

    If you want to post screenshots you can upload them to a service like dropbox or google drive and then link to them here.

    Best regards,
    Rikard

    #745287

    Thanks, Rikard. But i need it to be after logo. How can i do this?

    #745866

    Hi,

    It looks like you forgot to add the CSS? It should be centered in the header after you do that, and you can adjust the values to your liking:

    #header .widget {
      left: 50%;
      padding-top: 0;
      position: absolute;
      top: 0;
      transform: translate(-50%);
      z-index: 999;
    }

    Best regards,
    Rikard

    #746225

    Thanks, Rikard. But anyway it’s before logo.I need it to be AFTER it.

    #746705

    Hi,

    Ok, did you try editing the values? For instance:

    left: 75%;

    Best regards,
    Rikard

    #746760

    Of course i did. Please see screenshots in attached files.
    On a second one – what i’m trying to do.

    #747295

    Hi,

    Ok, please try something like this instead:

    #text-2 {
        position: absolute;
        top: 40px;
        right: 350px;
        padding: 0;
    }

    Best regards,
    Rikard

    #747370

    Hello,Rikard. Thanks! I have to learn css.
    We can close this ticket.

    • This reply was modified 7 years, 9 months ago by vunderman.
    #747777

    Hi,

    Ok, thanks for the feedback. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

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