Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #913429
    TushitaKBC
    Participant

    Hi, on our site http://www.meditateinolympia.org we have a content band for Olympia Classes. It has 5 containers. We would like to center those containers, but I cannot figure out what inline style or class to use to make that happen.

    Thanks for any help you can offer.

    Cheers
    KW

    #913777
    Nabeel A
    Moderator

    Hi KW,

    Try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .home #x-content-band-9 .x-column.x-1-6 {
        width: 16.33332%;
    }

    Let us know how this goes!

    #947474
    TushitaKBC
    Participant

    Thanks Nabeel

    Good enough for government work. 😉

    #978043
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Have a great day! 🙂

    Thanks.

    #1053213
    TushitaKBC
    Participant

    I noticed that on our mobile version it reduces everything to 16% too. Is there a way to make it desktop only?

    Cheers

    #1053389
    Jade
    Moderator

    Hi KW,

    Please update the code to:

    @media (max-width: 767px) {
        .home #x-content-band-9 .x-column.x-1-6 {
            width: 16.33332%;
        }
    }

    Hope this helps.

    #1054158
    TushitaKBC
    Participant

    Hi Jade

    I feel like it should help, but it seems that the code doesn’t work any more. I believe one of the reasons is that there was previously a content band earlier in the page which has since been deleted. That changed the band numbers. But, even with the new numbers (7 and 11), the code isn’t working.

    I am wondering if there were other changes that I am not recognizing. Can you look at those bands and let me know if there is a way to correct the code.

    Is there no way to simply make a 5 cell band?

    Cheers
    KW

    #1054245
    Christian
    Moderator

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1054303
    TushitaKBC
    Participant
    This reply has been marked as private.
    #1054478
    Joao
    Moderator

    Hi There,

    We also need the to go trough the first authentication screen before wp-admin.

    Please see img attached.

    Let us know in a private reply.

    Thanks

    Joao

    #1054485
    TushitaKBC
    Participant
    This reply has been marked as private.
    #1054685
    Jade
    Moderator

    Hi there,

    Thanks, but when I tried to login using the details you have indicated in your response #1054303 it doesn’t seem to work.

    Would you mind double checking? Thank you.

    #1055065
    TushitaKBC
    Participant
    This reply has been marked as private.
    #1055631
    Lely
    Moderator
    This reply has been marked as private.
    #1056407
    TushitaKBC
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-913429 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>