• Hello, I have been looking for a section in the customizer where I could just add a blob of text. I cant find anything like that. I found that by selecting “Features 1” and selectively removing parts of it, I could leave myself with just one part where I can enter text and get it to occupy a decent amount of horizontal real estate. I had to first specify that the section was “maximum width” and a single column. Even then, I cannot get the text to align any further to the left than it already is. I added a sidebar and I need the main text of the page to be over more to the left. I cant use the built in Gutenberg editor for just large amounts of text because it is a terrible editor. Can you assist me in aligning this more to the left.
    Also, I have questions about the sidebar, but one thing at a time.
    Thanks

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter broasro

    (@broasro)

    or perhaps a simpler question would be, in the page below, “how to move this block more to the left, or to stretch it so it is wider”. Or. is there some other feature I can add to the page which is wider and will take up more of the page width?

    https://www.olaptrader.com/123-2/

    Hello,
    ?
    ?Please add this extra CSS code in Customizer -> General Settings -> Additional CSS :
    ?
    .page-id-1809 .page-content .gridContainer {
    width:100%!important;
    max-width:unset!Important;
    }

    Thread Starter broasro

    (@broasro)

    Thanks, this is helpful in that it moves the block of text over more to the left,
    however , is there a way to do this and retain the current sidebar settings that I had there? some way to sort of merge these two settings?

    .sidebar {
    height: 100%;
    width: 15%;
    position: absolute;
    left: 0;
    top: 10;
    padding-top: 40px;
    background-color: lightblue;
    }

    Hello,

    You can use both pieces of CSS code together.

    Are they not working properly if you add them both in Customizer -> General Settings -> Additional CSS ?

    Thread Starter broasro

    (@broasro)

    Thanks. I’ll try.

    Thread Starter broasro

    (@broasro)

    They work well together. Thanks. I wish there was some documentation somewhere I could use instead of asking you all these questions. One more question please. On my homepage, I dont see any way in the customizer to add or remove the two top buttons which currently say “Coming Soon”. I can only edit those, not remove or add more (which is what I really want). Is there a way?

    https://www.olaptrader.com

    Hello,

    You need to go to Customizer -> Hero -> Front Page Hero -> and disable the Show buttons option.
    ?
    ?Please see https://cristian-extendstudio.tinytake.com/sf/MzQxMDYyNV8xMDIwNTcwNw

    Thread Starter broasro

    (@broasro)

    thanks alot.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘customizer question -alignment’ is closed to new replies.