Okay
  Public Ticket #1973498
Footer Links
Closed

Comments

  • Constiart started the conversation

    Hi,

    i try do put a lil space between my two links (terms & conditions) in the footer but i failed with everything.

    Do you have an idea?

    My actual footer CSS.


    <div class="container">

                    <footer class="primary-footer">

                        <div class="row align-items-center content">

                            <div class="col-md-3">

                                <?php get_template_part('templates/logos/logo-footer'); ?>

                            </div>

                            <div class="col-md-9">

     < a href="http://consti.art/?page_id=1391" style="float:right;">Datenschutz< /a>  < a href="http://consti.art/?page_id=1376" style="float:right;"> Impressum< /a> < /p> 

                            </div>

                        </div>

                        <?php if (get_theme_mod('footer_copyright')) : ?>

                            <div class="copyright text-align_center">

                                <?php echo wpautop(wp_kses_post(get_theme_mod('footer_copyright'))) ?>

                            </div>

                        <?php endif; ?>

                    </footer>

                </div>

            </div>

            <?php wp_footer(); ?>

        </body

    </html>


    At the attachment you will find fotos from my actual footers CSS and of my footer too.

    Thanks in advance and a have a good week!

    Andrei

  •  675
    Neuron replied

    Hi Andrei,

    If you got that working the links, you can simply add the following style.

    .primary-footer .col-md-9 a:first-child {
        margin-right: 20px;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Constiart replied

    Thanks for your fast answer!

    I try to add your style everywhere (Theme Editior and Customizier CSS)  but its not working... it puts the both links togheter a lil bit more away from the right side. 

    Do you have another idea for me?

    I am sorry and hope to not disturbed you with this sh** :-).

    Thanks in advance!

    Andrei

  •  675
    Neuron replied

    Hey Andrei,

    Can you please provide me with your wp-admin? I will get it done quickly, also do not forget to tick private on the reply.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Constiart replied privately
  •  675
    Neuron replied

    Hi,

    I am sorry for the late reply, we did not work on the weekend.

    I couldn't login on your wp-admin, but here's the Custom CSS that will fix it, you used floats that's why the last CSS was not correct.

    footer .col-md-9 a:first-child { margin-left: 15px !important }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.