Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1290512
    netlover
    Participant

    http://bnmnewprojects.com/ruhglobal/podcasthuman-potential-work/

    The images need to be smaller and all the same size. how can I easily do this for all the images?

    #1290718
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Add this in your Customizer > Custom > CSS:

    .page-id-5256 .x-img-thumbnail{
        width: 250px;
        margin: 0 auto;
        display: block;
    }

    Let us know how it goes.

    Thanks.

    #1291077
    netlover
    Participant

    thanks! btw, is there a way to make it resize proportionally?

    #1291142
    Paul R
    Moderator

    Hi,

    Kindly remove the code provided above then try to select 1/3 – 2/3 columns instead of 1/2 – 1/2

    That way your text content will move to the left and your image will be reduce in size.

    Hope that helps.

    #1291237
    netlover
    Participant

    if i do that, will any data be lost? will i have to rebuild the whole page?

    #1291307
    Lely
    Moderator

    Hi There,

    No. Changing columns will not do that. It will just adjust your column size. No need to rebuild the page.

    #1291953
    netlover
    Participant

    i’m looking in the area, how do i change it to 1/3 – 2/3 ?

    #1292254
    netlover
    Participant

    I used the custom tool and changed it to:
    1/3 + 2/3 and tried 1/3 – 2/3

    It seems to stay the same size

    #1292315
    Christopher
    Moderator

    Hi there,

    Please add this code :

    img.x-img.x-img-thumbnail {
        width: 50%;
        margin-right: auto;
        display: block;
        margin-left: auto;
    }

    Hope it helps.

    #1292340
    netlover
    Participant

    that worked 🙂 thanks so much. one issue though is the image for episode 20 image and text seems to be out of alignment with the rest. how do i fix that?

    #1292387
    Christopher
    Moderator

    Hi there,

    This row has different columns width. Please change it to 1/2+1/2.

    Thanks.

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