Center footer

Hello BeTheme! 

I've been looking around for this for quite a while, and I think I even asked the question once but explained myself poorly. Is there a way to make everything in the footer centered? I always seem to have the issue that no matter what I do it is either aligned a little too far to the right or a little too far to the left. I am not talking about centering the words, but centering everything in the footer so that it has an equally big gap to the left and to the right. Try to look at the footer on these sites to see what I mean - it'd be such an amazing thing to be able to do, I'd greatly appreciate it. I have tried editing the footer.php and others with codes found on the internet, but they don't work in BeTheme. The footer copy section is always perfect centered but the actual widget footer always seems off. My site is marketingstimuli.com 

For instance https://grafikr.dk (Centered. Gap on left and right is the same).


Comments

  • Hi,

    as you can see on https://snag.gy/5gfXOZ.jpg footer widgets are already centered but all are aligned to the left side and that's why it may look like there is a little bit more gap on the right side. So what you would like to do exactly in such situation?
  • Hello! :) Is there a way to then not align them to the left side, so the gap is the same on both sides? So to keep it centered so there is no left or right alignment.
  • To center widget's content, you need to use the following css:
    #Footer { text-align: center !important; }
  • Thanks a lot! :) I think I word myself badly.

    I want to center all of the footer, so that it is not more to the left or the right. Like grafikr.dk or most sites today, on my site there's a bigger gap on the right side than the left. The #Footer { text-align: center !important; }


    centers the text. :)
  • Sorry but we do not have such solution unfortunately. Please understand that what you see on https://grafikr.dk/ is erroneous illusion. Just take a look on the titles: Grafikr ApS and Modtag tips til dit brand. Do you see that the gap of the first title is different than last? The Illusion is that in the last column on this site, you have form fields and the button that are 100% width and that's why goes from edge to edge. And to achieve similar illusion, you need to put something what could be 100% width into last column widget.
  • Ahh, I see. That makes perfect sense. You don't have to be sorry, it just always seemed to me mine weren't centered. Thanks again! :)
Sign In or Register to comment.