Austin K
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing website content on mobile browserProblem solved
.header .header_block {
border-radius:2px
}
.camera_wrap {
padding-top:30px;
margin-bottom:-80px;
}
body.home .header:before {
height:auto;
}
.clearfix {
padding:10px;
}Forum: Fixing WordPress
In reply to: Missing website content on mobile browserLike so?
Forum: Fixing WordPress
In reply to: Missing website content on mobile browser**Update**
I have found a temporary fix. Not economical, but is working to show content.
Here is the link https://imgur.com/r9dCzDz
The “box of emptiness” still exists, but I figured out how to get the content that was hidden to now show below that box.
Forum: Fixing WordPress
In reply to: Missing website content on mobile browserHello,
After adding css rule as suggested I not see immediate results.
Here is an image of where I put the code which is still currently active in the css editor.
If it needs to go elsewhere I can move it.
Next, below is a screen shot I have taken of the code viewer in WordPress for this section with the white box over it.
This first link is of the code
This second link is of what the content actually looks like (just in desktop form so that you can see it without a white box over it)
The GOOD NEWS though…
Deleting all of those empty paragraphs worked and made the images show up as it should be.
Forum: Fixing WordPress
In reply to: Missing website content on mobile browserHold on could this be a media query issue…..
- This reply was modified 5 years, 8 months ago by Austin K.
Forum: Fixing WordPress
In reply to: Missing website content on mobile browserNo luck. There is still a gap between the green box with content and the top slider. Thank you for suggestion. I am going to try changing the background color of a few selectors and see if I can find the right one that has to do with that section of the page to help locate the error, then move forward from there.