• Hi. I want to see one column, desirably centered for the #team-heading and 2 columns for #services. Is it possible? I know how to remove extra pages that appear there, but I do not like the way it displays only one column – so left.

    I tried with additional css but something does not work. Could you please help or advice what to do?
    Thank you, P.

    #team-heading .row.row01 .column.col01 {
    width: 100%;
    }

    #services .row .column.col02 {
    width: 50%;
    }

    • This topic was modified 5 years, 10 months ago by padawoshum12.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @padawoshum12,

    I may be able to help and send you a custom CSS code but I need to be able to see your website for that.
    Could you please send the url?

    Thank you,
    Mihaela

    Thread Starter padawoshum12

    (@padawoshum12)

    Thank you, Mihaela. But the site in the STG environment and I cannot share login credentials. How Could I share a screenshot with you? Or how else you could help – check?
    Regards,
    P.

    Yes, please send me a screenshot so I can have a visual.
    You can use this https://gyazo.com/ to take screenshots of your screen.

    All the best,
    Mihaela

    Thread Starter padawoshum12

    (@padawoshum12)

    Thank. But this Gyazo is not going to work. It opens for me the Brave (secure browsing) and no image captured. Isn’t there a normal way to send you a screenshot? Like email or just copy paste?

    Just in case it helps, below you can find a piece of a code of my page. Simply I want this single item to be centered. <div id=”team” class=”team”> . Now it is left.

    Thank you,
    P.

    <div id=”team” class=”team”>
    <div class=”container”>
    <div id=”team-heading” class=”team-heading section-heading dark”>Meet our team</div> <div class=”row”><div class=”column column-narrow col4″><div class=”team-member”>

    <div class=”team-member-body”>
    <h3 class=”team-member-title”>NAME</h3>
    <div class=”team-member-content”>
    <p>About you as the official dealer of xxx. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod.</p>
    <p> </p>
    </div>
    </div>
    </div>
    </div></div> </div>
    </div>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘One and Two columns | team and services’ is closed to new replies.