badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Update widget css

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #59387
    eddie.shaw
    Participant

    Hi THere,

    I’m building out my site here: http://belindacassano.com/
    I’m trying to find the css elements that let me control the css for the video section and the testimonials (form) section.
    My goal is to make the video smaller (add padding either side), and the center align the form fields

    Thanks

    Eddie

    #59433

    Hi Eddie,

    Please use custom HTML widget instead of video widget and wrap your iframe code with the below one:

    <div class"container">
        <div class="embed-responsive embed-responsive-16by9">
             <!-- youtube embed code goes here -->
        </div>
    </div>

    As we have used Bootstrap framework you can also see this bootstrap doc to choose the related aspect ratios as per you need.

    And for any other section you have to wrap your content with below one:

    <div class"container">
        <!-- your content code goes here -->
    </div>

    Also why you are using another slider? You can use our built-in slider for you site. which is fluid and looks great for the site like yours.

    Thank you for using our theme.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.