Full width section area

  • Posted in : Bloggy WP
  • linco
    Participant

    Hi,
    I created a full-width page.
    I want insert into page fullwidth section area with coloured background and with some text.
    How can I make it in Bloggy?
    Thanks.

    linco
    Participant
    Mehmet S.
    Keymaster

    Hi, you can try the TinyMCE advanced plugin. After installing the plugin, you will find more color options in your content editor.

    linco
    Participant

    well, i think you dont get what i want..

    what i try to create is – full browser width section on full width page.

    so far i did this
    http://www.smarthappy.eu/bla/

    but the negative right margin is still where the text is…. maybe I am explaining it wrong..

    I am not interested about buttons or colors.

    What is the code for creating full width section – css?

    thank.
    peter

    ahmetsali
    Keymaster

    Hi, you can try this custom css code to make the page 100% full width;

    .page-template-template-full-width-page-php .middle .row {
        max-width: 100%;
    }
    
    linco
    Participant

    http://www.smarthappy.eu/bla/

    yes, now the layout is 100% width but the text is broken. Is it possible to make a new page template which will be 100% width with “old” text/content alignment?

    please help me, I would love to use this for a home page.

    peter

    ahmetsali
    Keymaster

    then you should use a div to wrap your content like;

    <div class="text-wrap">
        <h2>bla</h2>
    </div>
    

    and use this custom css code with it;

    .text-wrap {
        max-width: 960px;
        margin: 0 auto;
    }
    
Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register