Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24716

    Hi – I have a boldgrid theme installed for my site (Pavilion Real Estate) and I have a call to action to the right and want to put a slider plugin to the left of the Call to Action.  When I try to insert, I can’t adjust it to the appropriate position.  It keeps ending up above, below, too high or centered and as I play around with it, the Call to Action moves over to the left side of the screen.

    Please help!

    Thanks,

    #24717
    admin
    Member

    Hello miscellaneous23,

    Thank you for your question on adding a slider to the left of your Call to Action. In the Pavilion theme that area is not meant to have anything in it. Adding something to that area is beyond the scope of the theme design and would have to be coded independently.

    You can edit the Call to Action area itself, possibly replacing or adding a slider, it will still act as designed and attempt to work on the right hand side of the screen first.

    If you have edited the code via the ‘Text’ tab, then you may have modified the section that places it to the right. If you want to return that code to its original state, you can replace it with the code below:

     
    <div class=”row call-to-action-wrapper”>
    <div class=”col-md-7″></div>
    <div class=”col-md-5″>
    <h2 id=”slogan”>WE MAKE IT OUR BUSINESS TO FIND THE PERFECT FIT FOR YOUR NEEDS.</h2>
    <div class=”call-to-action”>
    <p class=”p-button-primary”><a class=”button-primary” href=”about-us”>LEARN MORE<i class=”fa fa-angle-double-right”></i></a></p>

    </div>
    </div>
    </div>

    Kindest Regards,

    Scott M

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I Move the Slider in BoldGrid’s Editor?’ is closed to new replies.