• Resolved moeszyslak

    (@moeszyslak)


    Hi,
    adding items worked fine thx, but how is it possible to make an item bigger than all others?

    i want to put a logo at the beginning but i need it much bigger than the other icons.

    thx in advance
    stefan

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Martin Stehle

    (@hinjiriyo)

    You can overwrite any icon’s size with CSS, e.g.

    #scb-cellphone img {
        width: 60px;
        height: auto;
    }
    Plugin Author Martin Stehle

    (@hinjiriyo)

    Find out the CSS selector for your icon and paste the revised CSS code in the Customizer’s panel “Additional CSS”, save it and the icon has a new size.

    Thread Starter moeszyslak

    (@moeszyslak)

    deutsch ist erlaubt hier? mein englisch reicht nicht aus.

    danke für ihre rasche antwort.
    ich habe den befehl per customizer “Zus?tzliche CSS” hinzugefügt, es hat sich aber leider nichts ver?ndert. Muss man das img nicht direkt per Dateinamen bezeichnen?

    https://selltech.net

    Plugin Author Martin Stehle

    (@hinjiriyo)

    Nein, muss man nicht. Bitte binde die zus?tzlichen Bilder sauber ein. eben als Listenelemente in HTML. Dann kann es auch mit CSS sicherer klappen.
    Wenn du PHP kannst, findest du eine Anleitung bei den FAQs des Plugins im Abschnitt “How to add an item to the icon list?”.

    Thread Starter moeszyslak

    (@moeszyslak)

    funktioniert danke. hatte eine falsche bezeichnung drinnen.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add item bigger than other icons’ is closed to new replies.