Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10004810
    marcelo2112
    Participant

    Hello!

    Good morning!

    I was asking if in this page:

    http://fsampaio.890m.com/servicos.html is it possible to make the tabs all the same height, because for instance the tab “Recuperação Energética” is higher then the tab “Fiação” and I want them all the same height.

    In the same page I have a carousel in the “Projetos Recentes” is it possible to put a legend in the images like I have above with the Barmag? or if not can I put three fix images but with the legend?

    Thanks again for the support!


    #10004817
    Support
    Keymaster

    Hello,

    1) Add this:

    (css/custom.css)

    .nav-tabs.nav-justified li a {
    	min-height: 68px;
    }

    2) You can simply add a paragraph after each image, like this:

    <div>
    	<img class="portfolio-item img-thumbnail" src="img/img1.jpg" alt="">
    	<p class="center">Title Here!</p>
    </div>
    <div>
    	<img class="portfolio-item img-thumbnail" src="img/img1.jpg" alt="">
    	<p class="center">Title Here!</p>
    </div>
    ...

    Let me know if you have any questions.

    Thanks.


    #10004818
    Support
    Keymaster

    Hello,

    1) Add this:

    (css/custom.css)

    .nav-tabs.nav-justified li a {
    	min-height: 68px;
    }

    2) You can simply add a paragraph after each image, like this:

    <div>
    	<img class="portfolio-item img-thumbnail" src="img/img1.jpg" alt="">
    	<p class="center">Title Here!</p>
    </div>
    <div>
    	<img class="portfolio-item img-thumbnail" src="img/img1.jpg" alt="">
    	<p class="center">Title Here!</p>
    </div>
    ...

    Let me know if you have any questions.

    Thanks.


Viewing 3 posts - 1 through 3 (of 3 total)

This topic is marked as "RESOLVED" and can not rceive new replies.