Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1226900

    Hello,
    will be laconic.

    My Goals
    Using heading with logo in center and menu below, i would like to add additional information on left and right side like phone, email, location.

    What I know
    I know that there are guide to add additional fields using custom widgets, but it is not what i need, because such fields goes below logo, but i need next to logo.

    What is my question

    So can you suggest me how can i realise it knowing that may be in future i will need diferent headings in each site page, because for example at page service 1 – i will place one contacts, on page service 2 – another and so on.

    Thank you in advance

    #1227534

    So no ideas? :(

    #1227814

    Hi Max Miko,

    Well, you can add widgets and we can help you place where it’s needed.

    As for the question, you’ll need to customize either the header.php file or the /includes/helper-main-menu.php file.

    Best regards,
    Victoria

    #1228932

    Thank you Victoria for your response!

    I created two blocks using “Header Widget” as it described in documentation. My problem is, that i want it to left and right side from logo, like:

    Left Side Widget |||| L O G O ||| Right Side Widget

    Please see my link here: http://dainis.hostenko.net/

    #1229296

    Hi,

    Thanks for the clarification. Your header is not high enough to fit the content in your widgets, so you would have to adjust that in the theme options. After that then please add this to Quick CSS:

    #text-2 {
        position: absolute;
        top: -100px;
        left: 25%;
    }
    
    #text-3 {
        position: absolute;
        top: -100px;
        right: 22%;
    }

    You might have to adjust the values a bit to get it looking right.

    Best regards,
    Rikard

    #1229373

    Hi, Rikard!

    Wow, looks so easy! Thank you that show me, that css has a power :)

    #1229545

    Hi,

    No problem, I’m glad that we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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