Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #338468

    Hallo Team,

    es geht um folgende website: martinklapheck.de

    Ich habe ein footer widget für die Fußzeile und möchte das der Text linksbündig ausgerichtet wird.

    Bis auf “Impressum” dieses soll immer rechtsbündig ausgerichtete sein.

    lg david

    #338788

    Hey David!

    try to add “display: block”:

    <a href="http://enfold.martin-klapheck.de/impressum"><span style="color: black; text-align: right; display: block;"> Impressum</span></a>

    Regards,
    Andy

    #338879

    Hi Andy,

    tried it but now the footer is to big. Do you have any other ideas?

    FooterFooter

    • This reply was modified 10 years, 1 month ago by d1h.
    #338948

    Hi!

    use this as your widget code:

    <div class="footer"> Martin Klapheck | Auf der Helte 5a | Telefon: +49 (0) 22 24. 94 16 20 | E-Mail:<a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a> <a href="http://enfold.martin-klapheck.de/impressum"><span class="impressum_alignright">Impressum</span></a></div>

    And add this to Quick CSS:

    .footer .impressum_alignright { float:right }

    Cheers!
    Andy

    #338986

    Hey perfect, it works!

    Thank You

    David

    • This reply was modified 10 years, 1 month ago by d1h.
    #338991

    Hi!

    add this to the Quick CSS:

    .footer_color a, .footer_color .widget_first, .footer_color strong, .footer_color b, .footer_color b a, .footer_color strong a, .footer_color #js_sort_items a:hover, .footer_color #js_sort_items a.active_sort, .footer_color .av-sort-by-term a.active_sort, .footer_color .special_amp, .footer_color .taglist a.activeFilter, .footer_color #commentform .required, #top .footer_color .av-no-color.av-icon-style-border a.av-icon-char {
    color: #000;
    }

    .footer_color, .footer_color div, .footer_color header, .footer_color main, .footer_color aside, .footer_color footer, .footer_color article, .footer_color nav, .footer_color section, .footer_color span, .footer_color applet, .footer_color object, .footer_color iframe, .footer_color h1, .footer_color h2, .footer_color h3, .footer_color h4, .footer_color h5, .footer_color h6, .footer_color p, .footer_color blockquote, .footer_color pre, .footer_color a, .footer_color abbr, .footer_color acronym, .footer_color address, .footer_color big, .footer_color cite, .footer_color code, .footer_color del, .footer_color dfn, .footer_color em, .footer_color img, .footer_color ins, .footer_color kbd, .footer_color q, .footer_color s, .footer_color samp, .footer_color small, .footer_color strike, .footer_color strong, .footer_color sub, .footer_color sup, .footer_color tt, .footer_color var, .footer_color b, .footer_color u, .footer_color i, .footer_color center, .footer_color dl, .footer_color dt, .footer_color dd, .footer_color ol, .footer_color ul, .footer_color li, .footer_color fieldset, .footer_color form, .footer_color label, .footer_color legend, .footer_color table, .footer_color caption, .footer_color tbody, .footer_color tfoot, .footer_color thead, .footer_color tr, .footer_color th, .footer_color td, .footer_color article, .footer_color aside, .footer_color canvas, .footer_color details, .footer_color embed, .footer_color figure, .footer_color fieldset, .footer_color figcaption, .footer_color footer, .footer_color header, .footer_color hgroup, .footer_color menu, .footer_color nav, .footer_color output, .footer_color ruby, .footer_color section, .footer_color summary, .footer_color time, .footer_color mark, .footer_color audio, .footer_color video, #top .footer_color .pullquote_boxed, .responsive #top .footer_color .avia-testimonial, .responsive #top.avia-blank #main .footer_color.container_wrap:first-child, #top .footer_color.fullsize .template-blog .post_delimiter, .footer_color .related_posts.av-related-style-full a {
    color: #000;
    }

    a:hover, a:focus, a:visited {
    text-decoration: none;
    }

    Cheers!
    Andy

    #339018

    Thank u very much. All worked fine!

    My next problem is that on some browsers like chrome and i.e. he don´t display the right font.

    Can i set the font BerninaSans-NorrowLight as a default font for every browser with quick css?

    Footer

    Cheers!
    David

    #339036

    Hey!

    you already set BerninaSans-NorrowLight as standard font in the CSS, but it is neither a theme font nor a google font. So only the one who has this font installed on his computer will be able to see it. Which does not make sense for websites, does it?

    Cheers!
    Andy

    #340160

    Hey,

    i use the Plugin “Use Any Font” and uploaded the BerninaSans Fonts.
    I thought my server will give the fonts automatically to the users which not installed
    this font on the pc/mac.

    In my example, the font in Safari on my Mac display correctly, but not in Chrome.
    So i don´t get it, cause they display different fonts on the same mac.

    What font would you recommend for the user, to get a “thin” font displayed?

    regards
    David

    #340373

    Hey!

    You can try to set read/write/execute permissions to the plugin’s folder and if it does not work properly you may ask the plugin’s support.

    Cheers!
    Andy

    #345367

    Hey,

    your right – it was the plugin fault.
    Fixed the problem!

    Thanks
    David

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Footer Text Rechts und Linksbündig in einer Zeile’ is closed to new replies.