1. PROMO Subscribe our All Access Pass @ 75% OFF & access all our 16+ premium Divi extensions: Divi Block Pro, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved extra spaces in the beginning of button and fullwidth header

Discussion in 'Basic Support Forum' started by Nikki Diane Ferrer, Jan 2, 2018.

  1. Nikki Diane Ferrer

    Nikki Diane Ferrer New Member

    Hi,

    I am developing this website http://collins.webgraphity.com for my client.
    We are seeing a problem with the homepage and other pages where we are using the same element.

    I attached the screenshot of the elements that looks like left aligned and there is extra spaces in the beginning of the text.

    This was seen using an Iphone SE screen which is mine. My client is seeing this version also on his phone. His phone is iphone 6S. But on other mobiles, we are not seeing this and it is working fine. I tested it in Huawei P9 all is good.

    I even tried to add a new button to replace the current one on the CTA. I noticed that when I add a border radius the buttons text alignment became like that.

    For the top of the homepage, I am using a full width header element and all of the settings set there is center aligned.

    I am not sure if it has something to do with the divi ultimate plugin or the theme.
    The theme just got the new update with the fixes with the spaces. Can you check if it has something to do with the divi ultimate? I am using the construction set-up here.
    Could you help us fix the issue please?

    Regards,
    Nikki
     

    Attached Files:

    1. PRO MEMBER PERKS Divi Block Pro - Premade content toggle design for your Divi site without using any plugins:View Demo
  2. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Previously we already submit a ticket to ElegantThemes support regarding this issue. And they confirmed that it is Divi problem & working on a fix. I don't think they already issue a fix on that. I will check with them again & let you know.
     
  3. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    For temporary fix, you can set your letter spacing to 0.
     
    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Freelancer' Divi layout for all Pro members:View Demo
  4. Nikki Diane Ferrer

    Nikki Diane Ferrer New Member

    Thank you for your quick reply.
    I was able to make a temporary fix.

    I added this PER PAGE.
    .header-content h1 {
    text-align: center;
    display: table !important;
    margin: 0 auto;
    }
    a.et_pb_more_button.et_pb_button.et_pb_button_one , .et_pb_column .ctabutton {
    text-align: center !important;
    display: table !important;
    margin: 0 auto;
    }

    I tried pasting this in general option custom CSS so I don't need to paste it per page. For some reason it is not working even though I have the !important on the code. Looks like it is not prioritized when I added it there.
     
  5. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    It seems like your CSS is being prioritized.

    css-1.png css-2.png
     
    1. PRO MEMBER PERKS Divi.Help Pro Layout Packs - Agency Divi layout pack featuring unique comment design on single blog post page:View Demo
  6. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    This issue in Divi is not fixed yet.

    4102AFB2-D9BE-42BE-A165-EA31F3DD4508.png