Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1403329
    010mac
    Participant

    You will have to give me more details for this:

    Where and what is the Customizer or custom CSS?

    Where in the row code should I put what?

    Thanks.

    #1403573
    Christopher
    Moderator

    Hi there,

    CSS should be added in Customize -> Custom -> Global CSS
    In regards with adding class name to related row, check first attachment and for column check the second one.

    Hope it helps.

    #1404293
    010mac
    Participant

    Ok, look, I appreciate your help, but the problem is that, if you keep giving the details in tiny steps, this is gonna take more time, for me, but also for you.

    I can not use cornerstone, unfortunately, for the reasons already explained, Those images you attach are from cornerstone, so I can not use them, please edit the code from the code i provided, so I know what I have to edit. thanks!

    #1404318
    010mac
    Participant

    Ok, I managed to fix it good. The problem is that fo this image in this row, it works fine, but if i use the same code in other images in other rows, they center vertically, yes, but in terms of horizontal allingment, they go now to the left, and before they were centered horizontally. I need them to be centered horizontally and vertically. Please let me know how to do this, how the new css code should be, so this is fixed, thanks.

    #1404419
    Paul R
    Moderator

    Hi,

    To center your image, you need to add center-text in class field of your column element where your image resides.

    Thanks

    #1410032
    010mac
    Participant

    Nop, that did not fix the issue, that “center-text” code was already there, in the column class, in the column that holds the image, but the image is not centered anymore, seems like your CSS anulated the centered image.

    Perhaps that center-text code should be in another part? maybe in the CSS code we can make it so flex child or flex parent are also horizontally centered?

    Let me know so i can fix it, shouldn’t be very dificult.

    #1410650
    Friech
    Moderator

    Hi There,

    Remember the flex-child I provided on first page? Please update that to this:

    .flex-child {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    You’re using a caching plugin, make sure you clear that before you preview the page.

    Thanks.

    #1411781
    010mac
    Participant

    That worked perfectly, thank you so so much!!!! God bless you!!

    #1411791
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1396943 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>