• Resolved networkeconomy

    (@networkeconomy)


    Hi,

    as mentioned above, in the footer area of my site I am not able to center the text. Actually you can see that is in the wrong position (for example “back to top” link). There is a code to center that in the new boxed style of the website? networkeconomy.it

    Thanks a lot,

Viewing 9 replies - 1 through 9 (of 9 total)
  • The thing is that you made some changes, like set the body width to 1100px, what about the responsiveness?
    But well, is your site. About the issue above:

    footer#footer .colophon {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .colophon .container {
        width: 100%;
    }

    Hope this helps.

    Thread Starter networkeconomy

    (@networkeconomy)

    I put the body widht to 1100px to have a boxed style that I like very much. There is another option to do that mantaining the responsiveness?
    With this snippet the text moved but is not yet in the right position “back to top”.

    Thanks a lot ??

    (about responsiveness.. google for media queries)
    What is the right “back to top” position for you?
    Is designed to be aligned to the right and not centered in its container.. anyway:

    .backtop p {
    float: none;
    }

    Thread Starter networkeconomy

    (@networkeconomy)

    Now I like it very much thanks, I didn’t know that was designed to be on the right ??
    Would you help me offline making some improvements? I would deliver my website and publish it in few weeks. think you can make it better with few touches, please would be great.

    Gabriele

    Hi sorry, for some wp forum rule we cannot leave here personal contact info.
    Could you mark this topic as resolved?
    Thanks

    @ d4z_c0nf
    the boss, i nickname you ” the code wizard”.

    I have a similar problem. I use customizr theme and I want to edit the footer information on my site. How do I achieve this? Must i use a child theme? I will also appreciate the right snippet to achieve that.

    Thanks Boss

    eheh, very kind of you.
    Basically you want to change the footer credits isn’t it?
    Well I suggest you to make a child-theme, could prove useful for other things in the future.
    There’s a snippet to achieve that:
    https://themesandco.com/snippet/altering-adding-footer-credits/

    Or if you want you can buy customizr-pro which comes with greats future (and more in the future) and one of them is the ability to customize the footer credits in live preview.

    Hope this helps ??

    p.s.
    next time open a new topic (not for me, but again.. wp forum rules ;))

    Thread Starter networkeconomy

    (@networkeconomy)

    Thanks I mark this topic as resolved!

    @ d4z_c0nf,
    I followed the procedures on changing footer credit on the snippet page but it didn’t work.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Footer (credits and back to top area)’ is closed to new replies.