• Resolved Ownsale

    (@unconsultancy)


    Hi,

    Is it possible to get the CSS to change the displayed image description from 50% to 100%.

    I can see that the CSS around that element is:

    bwg_container1_0 #bwg_container2_0 .bwg_image_alt_0 {
    display: table-cell;
    width: 50%;
    text-align: left;
    font-size: 20px;
    font-family: arial;
    color: #000000;
    padding-left: 8px;
    word-wrap: break-word;
    word-break: break-word;
    vertical-align: middle;
    }

    But I’m not quite getting it right to be able to change the width to 100%. I’ve been trying:

    .bwg_image_alt_0 {
        width: 100%;
    }

    In my Custom CSS but clearly I’ve not quite got it right.

    Help!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Yasin Abedi

    (@yasinabedi)

    Hi @unconsultancy ,
    Thank you for posting your question in our forum.
    I am afraid we do not provide custom solutions for modifying the design further than the existing options.
    However if you are trying to use custom CSS for it, trying to add !important tag might help as it will make sure to force the style you have added for that specific element and override other styles.

    Best Regards,
    Yasin

    Plugin Support Yasin Abedi

    (@yasinabedi)

    Since there has been no activity or response , we’re closing this topic for now. Feel free to reach out if you have any further questions or concerns.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gallery Image Description Width’ is closed to new replies.