• lifeloveanddirtydishes

    (@lifeloveanddirtydishes)


    Can I make the images so they appear the same size on the bootstrap slider as some are very large and one is really small so you can’t even see the title?

    Also the carousel seems to be sticking?

    Final question. can I make the font size bigger on widget titles in the sidebar?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter lifeloveanddirtydishes

    (@lifeloveanddirtydishes)

    Hi There,

    Thanks for writing in!

    First, please provide me with your URL so I can take a closer look to your setup. In the meantime, make sure you use same sized images in your slider, e.g., 1000×500 pixels.

    In regard to your second question, would you mind providing me with some more clarification (perhaps you can provide me with an example link or with some screenshots).

    Thanks!

    Thread Starter lifeloveanddirtydishes

    (@lifeloveanddirtydishes)

    my url is https://lifeloveanddirtydishes.com

    The second question is in reference to my right hand side side bar. The titles for each widget are quite small and I would like to change the font size if possible?

    Hi There,

    For achieving certain desired font size in your right hand side side-bar for your widget’s titles. For instance you want to change font size up to 22px so you may put given Code into your CSS.

    #content h3.widget-title, h3.widget-title {
      color: #fff!important;
      text-shadow: 1px 1px 0px #000;
      font-size: 22px;
    }

    In regard to the carousel sticking it seems to be working fine at my end so can you give me some more clarification.

    hope this helps!
    Thanks

    Thread Starter lifeloveanddirtydishes

    (@lifeloveanddirtydishes)

    All sorted. Thanks for your help. ??

    You’re welcome! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Bootstrap Slider Image Sizes’ is closed to new replies.