katiesottile
Tourist
Contact Me
Status
Offline
Last Activity
‎10-22-2021 04:20 PM
Topic Started
4
Topics Started
Topic Solutions
3
Solutions
Post Count
9
Posts
Post Kudos
1
Likes

Community Badges

No content to show

User Activity

When I go to my site: www.skyeandsage.com (password: rohlyu ) I have 3 gallery images side-by-side that are having issues displaying. They appear at first but then disappear. If they don't disappear, the header cuts halfway through the images. After ...
SOLVED! With a slight modification I was able to resolve this by using this code combination:@media only screen and (min-width: 750px) {.template-index .main-content {padding-top: 165px;}}@media only screen and (max-width: 390px) {.template-index .ma...
I'm using this code below to add a padding on my homepage only so that my homepage header doesn't cover my gallery images:@media only screen and (min-width: 750px) {.template-index .main-content {    padding-top: 165px;}}However, it does not have the...
SOLVED:Here is the code that worked to apply the padding to only the home page: @media only screen and (min-width: 750px) {.template-index .main-content {    padding-top: 165px;}}
SOLVED:Here is the code that worked to apply the padding to only the home page: @media only screen and (min-width: 750px) {.template-index .main-content {    padding-top: 165px;}}
My header on the homepage is covering my gallery images and cutting the tops of them off. I tried adding a padding of 165px to the header but it applied to all pages of my site. Is there a code to apply the header padding only to the homepage or anot...
www.skyeandsage.compassword: rohlyu
@collinsmbaka  www.skyeandsage.compassword: rohlyu
My header on the homepage is covering my gallery images and cutting the tops of them off. I tried adding a padding of 165px to the header but it applied to all pages of my site. Is there a code to apply the header padding only to the homepage or anot...
This widget could not be displayed.
This widget could not be displayed.
Helpful From