Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter evolveone

    (@evolveone)

    Thank you for that custom CSS. I was so close with that one. I actually have a Custom CSS app that came with the theme.

    Maybe you could still help me with the second problem.
    The theme had a section about columns:

    For displaying the columns you will need to use two shortcodes.

    To start the columns area one can use the [colcontainer] shortcode, followed by [span] shortcode. The [span] accepts one parameter, for example n=”5″. The HairPress is build on top of the Twitter Bootstrap framework, using the 12 columns grid, which means the theme is vertically divided into 12 columns – the full width of the website. If there is the sidebar present in the page, it already takes 3 spans, so to create the 3 columns on the page with sidebar (no matter left or right) you may use shortcodes like this:

    [colcontainer][span n=3]Lorem Ipsum[/span][span n=3]Sit Dolor[/span][span n=3]Amet.[/span][/colcontainer]
    This ends up at the 3 (sidebar) + 3*3 (for 3 columns with span 3) = 12 cols = full width of the website.

    However, if this page has no sidebar, you should use [span n=4] three times to create three columns.

    To see it in detail, click here.

Viewing 1 replies (of 1 total)