Im having trouble making the text and buttons line up on my home page. Not sure where/or if i can edit height of the 2 “call to action buttons” on home screen/page.
Hi Frank,
Your website URL is not working. Please check it. If possible please provide us the screenshots of the issue.
Regards
in general setting the buttons that i add and their text do not line up. How can i shift the positions of either the text or button location.
Thx F
Hi Frank,
Try this CSS
.slide-bg-section .read-more a {
padding: 0px 25px;
}
Copy and paste this in Appearance -> Customize -> Additional CSS
Regards
You are welcome Frank
Best Regards
Not sure if i should start a new thread but….
I’m trying to move the text and button locations… I’d like them to move up slightly so “check availability” is above the dock. Maybe just closer to the “Downtown Tahoe City” text. Not sure if i can pad all the text up instead.
Thank you again.
-F
Hi Frank,
Try this CSS
#parallax-bg.style2 .slide-bg-section {
height: calc(100vh – 300px);
}
It will move the section a little bit up.
Best Regards