Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #610802

    Hi
    I’m trying to make the left framed caption wider. When I make a change in Firebug, I can see the change I want, but when I add the CSS code to my custom.css it does not change it. Here’s what I’ve tried:
    /* increase width of inner caption on slider */
    .slideshow_inner_caption {
    width: 125%!important;
    }

    Link to my website page: http://www.impactcrescendo.com/

    Can you help me accomplish this please?

    Thanks
    Lyse

    #610816

    Hi tremblayly!

    can u please provide for us backend access, so we can give it a look and assist?

    Cheers!
    Basilis

    #610819

    Hi Basilis,

    Thank you for the quick response. I have included login credentials you can use in the private section of this ticket.

    Lyse

    #610968

    Hi,

    Try targeting the following element instead:

    .slideshow_caption {
        width: 60% !important;
    }

    Regards,
    Rikard

    #611239

    Hi Rikard,
    That did not work.
    It seems that when I use Firebug and modify the width of either of the following two elements the box gets wider, but from my custom.css file nothing happens.

    Here’s what I’ve tried again:
    .slideshow_inner_caption {
    display: table;
    height: 100%;
    position: relative;
    width: 125%!important;
    }
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
    width: 125%!important;
    }

    Thanks
    Lyse

    #611254

    Hey!

    I added following code to Style.css file of your child theme

    .slideshow_caption {     width: 58%; }

    Please review your website now

    Best regards,
    Yigit

    #611299

    Hi Yigit
    It’s not wider….
    Lyse

    #611303

    Hey!

    Please flush browser cache and refresh your page a few times. It is wider on my end

    Cheers!
    Yigit

    #611309

    ….this is the css element that changes it

    .slideshow_inner_caption {
    display: table;
    height: 100%;
    position: relative;
    width: 125%;
    }
    and its in a shortcode.css file

    #611318

    Hey!

    Have you flushed cache and checked your site Lyse? It is working fine on my end as i mentioned above.

    Best regards,
    Yigit

    #611329

    Yigit
    here’s proof that my cache is at 0

    https://www.dropbox.com/s/wykp7xprs5wgh13/cache%20clear.jpg?dl=0

    Lyse

    #611330

    and I cleared my server cache

    #611365

    It works!

    #611383

    Hi!

    Great! :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘How to make the fullscreen slider caption wider’ is closed to new replies.