Po Dong
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: How to change background images for 'header' tagThank you!
Forum: Fixing WordPress
In reply to: How to change background images for 'header' tagI found a solution which add this function to my theme. Thanks for providing the right direction.
Reference:
Forum: Fixing WordPress
In reply to: How to change background images for 'header' tagThank you @wen Solutions,
I guess having this function really depends on which theme is used. I currently use a child theme of ‘Mustang Lite’. So, there is no such function. Could you please explain how to have this function in my theme?Forum: Fixing WordPress
In reply to: Can get spacing on top of page rightI found this snippet below in your page, you can look at your template html to make sure what it does.
<div class="page-heading bc-type-default"> <div class="container"> <div class="row"> <div class="col-md-12 a-center"> <h1 class="title"><span>Home</span></h1> </div> </div> </div> </div>or In your style.css file (line No: 2595), comment the first two lines out.
.page-heading { /* padding: 1.7857em 0; */ /* margin-bottom: 2.142em; */ text-align: center; }Forum: Fixing WordPress
In reply to: How to make background image fill the whole page?I found your background image has a white border, you can try to fix it, or remove
background-sizeor setbackground-size: autoin your css file.
Viewing 5 replies - 1 through 5 (of 5 total)