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

    Hiya, for some reason the elements in my footer are not centering. Specifically the area with the social icons, email, Phone number and the copyright. Both elements are justified centered in the text boxes on the backend which is the weird part. I attached a screenshot of the backend to show this.

    #1444040

    Hey jbcomcleaning23,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top .av_textblock_section.av-lw58ir2d-584d08387988de11a8769926c1ee0dab .avia_textblock {
      column-count: 1;
    }

    Best regards,
    Rikard

    #1444154

    hello, thank you for getting back to me. I tried that code but things still look off center.

    #1444305

    Hi,

    Please try this instead:

    #top .av_textblock_section.av-lw58ir2d-584d08387988de11a8769926c1ee0dab .avia_textblock {
      column-count: 1 !important;
    }

    Best regards,
    Rikard

    #1444794

    Thank that fixed the copyright info. Any idea why things are not centering naturally? Find it weird I have to put in css code.The info with the social icons, email, and phone are still not centered.

    #1444874

    Hi,

    The CSS which we are overriding is added inline, so I’m not sure where it’s coming from. The social icons look fine on my end, could you post a screenshot highlighting the problem please?

    Best regards,
    Rikard

    #1444982

    How wacky. I removed all the css and the centering issue persists. I wonder why it is doing that…. Do you think it has to do with the columns in the first section of the footer? I have attached a screenshot of the other area that needs to be centered in the private content.

    #1445095

    Hi,

    Thanks for that. It looks like the br element after the email is not correctly formatted, please check or post admin WordPress login details in private.

    Best regards,
    Rikard

    #1445206

    Credentials Attached in private

    #1445291

    Hi,

    Thanks for that. You had the Text Block element set to display 2 columns, that is why it didn’t center. I’ve changed that for you now, please review your site.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.