Image Section 3 (Hello Boho)

QuestionsCategory: QuestionsImage Section 3 (Hello Boho)
Elizabeth asked 5 years ago

Is it possible to use <class=”button”> in the Image Section 3 widget? The demo and screenshots don’t show it (they show opt in and testimonials) but the set u text implies it could be used for anything. I can’t get the button to justify correctly. It’s popping off the right of the page, even if I try to centre or left justify it. Thanks.

1 Answers
Jennifer Staff answered 5 years ago

That is an error in the theme. When I originally created that section, it was going to have the box to the left, vs the right, like in Image Section 2. So that button was created to hang right and it looks like I did not change the design when I moved the box right. My appologies.

If you go to your style sheet on line 3921,

.image-section-3 .button

remove the entire line

float: right;

and then you can change the margin to

margin: 2% auto;

That will center the button. Or adjust it to be right or left. If you need any help, feel free to email your url and login over to jennifer@helloyoudesigns.com

Elizabeth replied 5 years ago

Thanks, I have made the change, it’s not quite in right place but I’ll keep fiddling!