Change height of Page Header

Home Forums Porto – Responsive HTML5 Template Change height of Page Header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10042905
    Boilerbop
    Participant

    Hi. How do I change the page header height? I would like it a little less.

    <section class="page-header page-header-modern bg-color-light-scale-1 page-header-md">
    					<div class="container">
    						<div class="row">
    							<div class="col-md-8 order-2 order-md-1 align-self-center p-static">
    								<h1 class="text-dark"><strong>Slides to Digital Images on USB</strong></h1>
    								<span class="sub-title text-dark">35mm, 126, Super 127, 110 and more</span>
    							</div>
    							<div class="col-md-4 order-1 order-md-2 align-self-center">
    								<ul class="breadcrumb d-block text-md-end">
    									<li><a href="#">Home</a></li>
    									<li class="active">imagesĀ </li>
    								</ul>
    							</div>
    						</div>
    					</div>
    				</section>

    • This topic was modified 8 months, 4 weeks ago by Support.
    #10042908
    Support
    Keymaster

    Hi,

    Try this:

    <section class="page-header page-header-modern bg-color-light-scale-1 page-header-sm">
    					<div class="container">
    						<div class="row">
    							<div class="col-md-8 order-2 order-md-1 align-self-center p-static">
    								<h1 class="text-dark"><strong>Slides to Digital Images on USB</strong></h1>
    								<span class="sub-title text-dark">35mm, 126, Super 127, 110 and more</span>
    							</div>
    							<div class="col-md-4 order-1 order-md-2 align-self-center">
    								<ul class="breadcrumb d-block text-md-end">
    									<li><a href="#">Home</a></li>
    									<li class="active">images&nbsp;</li>
    								</ul>
    							</div>
    						</div>
    					</div>
    				</section>

    Let me know if you have any questions.

    Best Regards,

    Okler Themes


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

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