Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #496362

    Hey,

    I’m using a 3 column footer. Here’s a screenshot: http://postimg.org/image/qawyyxihh/

    Column 1+2 are widgets with title. Column 3 is plain html – you helped me to align it via Quick CSS in this thread:
    https://kriesi.at/support/topic/custom-styled-links-in-footer-area/

    Now client wants to have also the widget titles (DIENSTLEISTUNGEN, KONTAKT) linked to their appendant pages. (The entries in column 3 are functioning as some kind of navigation) What’s the best way to get this done?

    Thx,
    Michael

    http://www.saubereleistung.at

    #496477

    Hi micscr!

    I haven’t tested it out but you would try inserting a link in the widget title text. If that does not work then you would need to use a text widget and just insert a heading with link instead.

    Regards,
    Elliott

    #496586

    Hi Elliott,

    unfortunately WordPress automatically removes the tags when I directly put them in the widget title…

    So I tried it via text widget.

    Via CSS I’m able to align the H3. But how to remove the space between H3 and footer-navigation here?
    Screenshot: http://postimg.org/image/z96hsmt5p/

    Regards,
    Michael

    #497069

    Hey!

    seems you already managed to remove the space, as it looks fine to me on your website now. Let us know if you still need help.

    Regards,
    Andy

    #497077

    Hi Andy,

    ahm yes, I just put it back into the default settings with widget titles since the website is published live already – problem is the titles aren’t clickable yet ;)

    The spaces appear when I remove the widget’s title and add a custom-html H3 title with a hyperlink (aligned via Quick CSS) above the sub-navigation…

    Regards,
    Michael

    #497078

    Hi!

    we need to see the issue, to be able to inspect the elements. Can you show us a test page please where we can see it?

    Regards,
    Andy

    #497083

    Hi,

    I put the html-widget back instead of the title.

    Issue with the space is now visible and you can inspect the elements on the frontpage.

    http://www.saubereleistung.at

    Thx, Regards
    Michael

    #497113

    Hey guys,

    seems like I have been able to fix it by myself now in Quick CSS… Added this:

    #footer .widget {
        padding: 0;
        margin: 0px 0 0px 0;
        overflow: hidden;
    }

    Thanks anyhow!

    Regards,
    Michael

    #497582

    Hi!

    glad you could fix it. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Cheers!
    Andy

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Clickable links as footer-widget titles’ is closed to new replies.