Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1837148
Centering Items
Closed

Comments

  • BEAUTIFULSOULO started the conversation

    How do I center an item like this? I don't like that it is all the way to the left. 

  •  1,845
    Elated replied

    Hello,

    Just go to alter that page >> navigate to desired section (row) and then in Row settings >> Elated Settings and then choose desired Content Alignment >>

    screenshot-12171.png

    For any other issue you are facing please feel free to ask us and we will assist you as soon as possible. I will give my best to help you building your site.

    Thanks & Regards, 
    Vlada


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • BEAUTIFULSOULO replied

    When I center it it ends up looking like this and I don't like that. I want it to not be dead center in the middle. The words should be spread. 


    It should say 


                                                                                    WEBSITE COMING SOON


    not 

                                                                                    WEBSITE COMING

                                                                                   SOON


    how do I change that?

  •  1,845
    Elated replied

    Hello,

    As you can see in the following screenshot there is no enough room for whole text to be in the single line >>

    5539640509.png

    You can reduce the font size of that text or choose wider column (for instance 1/4 + 1/2 + 1/4 instead of 1/3+1/3+1/3).

    You can try to add this css underneath in Appearance >> Customize >> Additional CSS field:

    @media only screen and (min-width: 1025px) {
    .page-id-1877 .eltdf-section-title-holder .eltdf-st-title {
        font-size: 43px;
    }
    }
    5053619349.png

    If you want to have that text center-aligned, you can try to add this custom css:

    @media only screen and (min-width: 1025px) {
    .page-id-1877 .eltdf-section-title-holder .eltdf-st-title {
        font-size: 43px;
        text-align: center;
    }
    }
    7332905077.png


    For any other issue you are facing please feel free to ask us and we will assist you as soon as possible. I will give my best to help you building your site.

    Thanks & Regards, 
    Vlada


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • BEAUTIFULSOULO replied

    I understand. Thank you! You can mark this as resolved. 

  •  1,845
    Elated replied

    Hello,

    You're welcome.

    For any other issue you are facing please feel free to ask us and we will assist you as soon as possible. I will give my best to help you building your site.

    Thanks & Regards, 
    Vlada


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • BEAUTIFULSOULO replied

    There is a space on my about company page that is covering text. 


    Towards the bottome where it says BRAINSTORM there is an icon that is covering the wording and I played around with it to change that and cannot do anything to fix it. Can you help?

  •  1,845
    Elated replied

    Hi there,

    Try to add this code in Appearance > Customize > Additional CSS:

    .eltdf-iwt.eltdf-iwt-icon-top .eltdf-iwt-title {
        margin-top: 0!important;
    }
    

    Let us know if you have any other questions about this! 

    Best regards,

    Marie


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.