• Resolved tineclaus

    (@tineclaus)


    Hi,

    I am making a page with the pagebuilder with a lot of text and images in it.
    When i make it the lay-out stays in a certain way (f.e. capitals, different sizes,…) but when i then view it the lay-out shifts.

    What can i do to overcome this?
    Thanks a lot in advance for your advice!

    Greetings,
    Tine

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Andrew Misplon

    (@misplon)

    Hi Tine

    Do you have a published page we can look at? If possible, please, let us know which part of the page to look at specifically. We’d need to look at one single thing to try help, something specific. Thanks.

    Thread Starter tineclaus

    (@tineclaus)

    Hi,

    It is for example this page:https://www.planetohm.be/e-programs/detox_welcome/.

    The centering is not good and the images below are also centered wrong.

    Thanks in advance for helping me!

    Greetings,
    Tine

    Plugin Support Andrew Misplon

    (@misplon)

    Thanks for the link. I need to look at a specific element on this page to try and assist.

    The cetering of which element?

    The images appear to be exactly centered.

    View post on imgur.com

    Thread Starter tineclaus

    (@tineclaus)

    Hi!

    By me the images are centered on the left? Is this maybe because a view it in the admin panel? …. i just viewed it true google and now indeed the iamges are centered. 🙂

    But some problems stay:
    The text after the welcomest text is in bold and i don’t put it in bold? Also i want to bulled point after: Why enroll in this course? … but that doesn’t hold?

    Thanks a lot in advance for your advice!

    Greetings,
    Tine

    Plugin Support Andrew Misplon

    (@misplon)

    The welcome text is in bold because it is a heading tag (h3, h4 etc). The theme styles the heading tags. Page Builder doesn’t override the theme’s styling.

    If you want to revert that you can try adding the following to Additional CSS or Custom CSS:

    .textwidget h1,
    .textwidget h2,
    .textwidget h3,
    .textwidget h4,
    .textwidget h5,
    .textwidget h6 {
    	font-weight: normal;
    }

    Did you add your list using the list button in the editor? It looks like you might have added items as paragraphs, perhaps accidentally. To fix that you can click across to the Text tab and just add the list as HTML:

    <ul>
    <li>You will learn all about prevention of illness and restoring your health</li>
    <li>You don’t have to leave your house or take a holiday to do this cleanse</li>
    <li>You will learn how to do a detox, that heals your digestive system</li>
    <li>You will feel stronger, happy and free</li>
    <li>Results will show very quickly, depending on the level of oxidation</li>
    <li>No heavy fasting or living on juices.</li>
    <li>The food will be easy to make</li>
    <li>No high-cost supplements or food is necessary.</li>
    <li>You will learn simple yoga excercises to help the detox and release tension in the body</li>
    <li>You can learn at your own pace</li>
    <li>You will have lifelong acces to this program</li>
    </ul>

    This level of customisation support is unfortunately, more than we’re really able to offer on an ongoing basis. We offer premium email support as part of SiteOrigin Premium. There we have more time to get into customisation/design support of this nature. But here with free support we’re only really able to cover basic usage questions and error troubleshooting. I wish we had more time but at the moment this is what we’re able to offer.

    Thread Starter tineclaus

    (@tineclaus)

    Hi,

    Ok thanks a lot! This is already helping me fantastic!

    Greetings,
    Tine

    Plugin Support Andrew Misplon

    (@misplon)

    For sure 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Changing lay-out’ is closed to new replies.