Tagged: , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #822962

    Hey

    Ich hab unter dem Footer auf der Linken Seite [noLink] und die Copyright stehen
    und würde gerne noch auf der linken Seite einen weiteren Text dazu schreiben.
    Nur egal wie ich es im Enfold Option Theme änder ob HTML oder PHP und
    wie ich es hinzufüge oder schreibe.
    Der schreibt mit meinen text den ich gerne hätte nicht auf die Linke Seite.

    ZB:

    [nolink] © Copyright – Office Box Luxembourg – Webdesign by Repair-Doc
    <p aligin=”right”>HEALTHY ORGANIC SNACKS, CURATED WITH ♥ IN LUXEMBOURG</p>

    Ich hätte gerne den unteren Teil auf der rechten Seite unter dem Footer.

    Hoffe ihr könnt helfen.

    Danke

    #823095

    Hey MaktubJolie,

    Please, could you share your question in English? This way our team can answer your ticket faster.

    Best regards,
    John Torvik

    #823145

    Of, Course.
    I’m trying to align text on the left and on the right side in the container under my footer. The problem is that the text on the right falls a line below the text on the left. I want them to be even on the same line.
    Its, where you can check the social media icons on the bottom right side.
    Any help would be appreciated! Thanks for the help!

    i’ve tried it with;
    [nolink] © Copyright – Office Box Luxembourg – Webdesign by Repair-Doc
    <p aligin=”right”>HEALTHY ORGANIC SNACKS, CURATED WITH ♥ IN LUXEMBOURG</p>

    #823680

    Hi,

    Thanks for that. Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #823779

    hi,

    yes, it’s

    and i just want that this part here ( HEALTHY ORGANIC SNACKS, CURATED WITH IN LUXEMBOURG )
    is fixed/aligned on the right side, instead of in the middle,
    right after (© Copyright – Office Box Luxembourg – Webdesign by Repair-Doc(

    Thank you

    #824366

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #footer h3.widgettitle {
        margin-top: 4px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #825222

    Hey,
    thank you but it didnt worked.

    This part should stay on the left side;

    © Copyright – Office Box Luxembourg – Webdesign by Repair-Doc

    and this part should stay on the right side at the bottom;

    HEALTHY ORGANIC SNACKS, CURATED WITH IN LUXEMBOURG

    Thank you.

    #825238

    Hi,

    Can you try to change this:

    HEALTHY ORGANIC SNACKS, CURATED WITH ♥ IN LUXEMBOURG

    to

    <span class="custom-right">HEALTHY ORGANIC SNACKS, CURATED WITH ♥ IN LUXEMBOURG</span>

    and add this css code in Quick CSS (located in General Styling):

    #socket .copyright {
        width: 100%;
    }
    
    #socket .copyright .custom-right {
        float: right;
    }

    Hope this helps. :)

    Best regards,
    Nikko

    #825261

    Yes! Awesome! Thank you very much :)

    #826818

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Footer Text Link und Rechts’ is closed to new replies.