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 #690936
top bar
Closed

Comments

  • Pam started the conversation

    I am using the top bar in grid view - but would like to have just 2 columns, the first being 2/3 of the width, the last being 1/3.  I don't mind editing code or CSS if necessary.

    Or, I'm not totally sure, possibly only 1 large row for text.

    Can you give me instructions in order to make this switch?


    Thanks, Pam

  •  1,845
    Elated replied

    Hi Pam,

    By default you have top left, center and right area... Each area takes 1/3 of the width. On responsive design, top center area is not displayed, and instead of that left and right area take 1/2 of the width.

    You can disable top center area, and set top left area to take 2/3 of the top area and right to take 1/3. If that fit your needs, than use this code below, add this code to custom css in Elated Options > General:

    .eltdf-vertical-align-containers.eltdf-33-33-33 .eltdf-position-left {
        width:66.66%!important;
    }
    .eltdf-vertical-align-containers.eltdf-33-33-33 .eltdf-position-center {
        display:none!important;
    }
    .eltdf-vertical-align-containers.eltdf-33-33-33 .eltdf-position-right {
        width:33.33%!important;
    }
    

    Hope this will help.


    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.

  • Pam replied

    Thanks, I've tried your CSS code - it seems to make that left column slightly larger, but even though the block appears to expand to 2/3 of the width, my text will not fill it.

    Here's my example, after adding your code: http://f38.73d.myftpupload.com/

    You can see how the text wraps after just a few words. 

    I hope to be able to use this bar for a brief announcement, so would like to have the entire width to the social media icons, or as much of it as possible.

    Because of this, I would also like to change the words "Trending News" to "Announcements".  Can you tell me where to find that, too?  I can ftp to the site if necessary.

    Thanks again!  Pam

  •  1,845
    Elated replied

    Hi Pam,

    We've checked this website, but there is no our theme installed here.

    Can you please send us valid link to check this, and what would be your idea to solve that issue. Do you want more to enlarge that section or what?

    Regarding those "words", these are labels within our theme... Under parent theme folder/languages there is pot file where all labels are listed and with this file you could generate .po and .mo files, to translate/edit our theme's labels.

    Please, follow this article for that http://betterwp.net/wordpress-tips/create-pot-file-using-poedit/


    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.