• Hi,

    I run Genesis Magazine Theme and have been trying to find a way to resize one of my visual forms on the URL http://maestromusicians.com/skype-music-lessons/. As you can see, the form is too big for the sidebar. Alternatively, I could also resize the sidebar, if possible. Either way is fine with me, but as I have no experience with CSS, I would like to know if there is a way to do this in HTML or with a plugin?

    Thanks,
    Daniel

Viewing 1 replies (of 1 total)
  • Use a Custom CSS plugin for any changes, as when the main theme updates, all the changes you may have made to the main theme will be lost.

    After installing the plugin, paste this code in it:

    #sidebar .visual-form-builder-container {
    	width: 100%;
    	max-width: 100%;
    }

    Forms are sometimes difficult to style as some of the styling is inherent within the plugin’s code. This should work, though.

Viewing 1 replies (of 1 total)
  • The topic ‘How to Resize Visual Form or Sidebar?’ is closed to new replies.