Adding column/section within a section? OR adding text

Hi,

I’m trying to create a header very similar to this website:

https://www.bevspot.com/

I’ve managed to add the header, text, and button - one under the next - but I’m not sure how to get text to the right of the button, like the “Schedule a call” text in the example website above.

Ultimately, I am trying to provide three text/link options next to the button.

Can someone help on how to do this with X?

Lindsay

Hi @lindsay_tiz,

How familiar are you to CSS?

It would be best to add classes to both elements, and style them. But you can do it this way too:

Button:

Add float:left to the style box
add mrm to the class box (to get margin right medium).

Text to the right:

Add class mts to the class box. Try mtl too.
Alternatively, add margin-top:10px to the style box, and adjust the px value until centered vertically.

Hope this helps. :slight_smile:

Hi @Misho,

Thank you for your suggestion.

Lindsay,

@Misho is correct. You can try that. For more utility classes, please check this guide: https://theme.co/apex/forum/t/customizations-css-class-index/207. If you still having an issue after implementing it, give us your site URL so we can see your progress and check it.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.