Decrease the height of a div

Asked

Viewed 797 times

0

Guys I want to make a change at the time of div on my site, however I don’t know exactly where to edit, I’m new with Wordpress and I don’t understand much of programming and I’m kind of lost..

Is the div of the newsletter of the site’s home page, I would like to edit the height of it. so that I could track the height of the other pages..

This is the page that I intend to decrease the height of div.
So it’s the same height as div of this page.

  • Regarding position and size you edit in css and not in html (it is possible, but not in default). You should check the following classes in css titulo-texto, col-md-2 icon-captura-topo and col-md-5

  • Do you want to leave the same as the other page or decrease the size and keep the internal format? From what I saw, the theme uses Bootstrap, only decrease the size of div will not solve, you will have to look at the size/grid classes in the framework documentation. If you want to leave it the same, just replace the HTML of the page that will be changed by the page you want, the excerpt is this: link.

  • Install Firebug in Chrome or Firefox... With firebug you can inspect the elements; easily find and edit the css of the elements. In this case the class that involves the newsletter with higher height is . capture and those of the newsletter pages with lower height is . capture and . capture-minima , you need to change the height value, in css, to the size you want. If it doesn’t exist, you create a height attribute with desired value. ex: height: 250px; You can go running tests, deleting and adding elements, and when you’re ready pass to the main html text editor of the site.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.