Slider Text Box Size

Discussion in 'BlackWell-WordPress Business Theme.' started by vesity, Sep 7, 2014.

  1. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Hi. Is it possible to change the dimensions of the slider text box? Thanks!
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    You can adjust width of slider text box by using following CSS in Custom CSS.
    Code:
    .blackwell_slider .container {
    width: 600px;
    }
    In above code you can increase or decrease width of slider text box.

    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Perfect! Thank you!
    Now, is it possible to move the position of the left/right arrows (the slider arrows) so that they are left aligned instead of center? Or just move it a bit one way or another?
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Vesity,

    Following CSS code will fix your problem.
    Code:
    .slides-navigation {
    left: 382px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    fantastic - thank you!
     

Share This Page