• Closed
  • Steve Cameron
    Spectator
    27.02.2016 at 18:54 #24743

    Hi…

    I have added a line of content to my front page – where I am going to want to put some intro text.

    Currently this is publishing below the front page content boxes, and I cannot see how to either move it up or move the content boxes down so that they are below the body copy…

    Can someone please point me in the right direction?

    Thanks

    Denzel Chia
    Moderator
    Posts: 2656
    28.02.2016 at 08:21 #24781

    Hi,

    This requires modifications to the theme code.
    We do not provide assistance in modifying theme codes.
    We can only provide customization that can be done using custom css.

    You may want to hire a developer from http://jobs.wordpress.net/ to assist in your customization.

    As a workaround, you can disable the Front Page Content Boxes from Theme Options -> Front Page Content Boxes
    and then add the content_boxes shortcode underneath your content.

    For example

    [content_boxes layout="icon-boxed" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor="#f8f8f8"]
    [content_box title="Flexible" icon="fa-wrench" image="" link="/#" linktarget="" linktext="Learn More"]Lorem ipsum dolor sit amet, consectetur adipiscing elit dolor pellentesque nibh.[/content_box]
    [content_box title="Responsive" icon="fa-tablet" image="" link="/#" linktarget="" linktext="Learn More"]Donec sit amet neque accumsan turpis tempus viverra consectetur posuere.[/content_box]
    [content_box last="yes" title="Retina Ready" icon="fa-magic" image="" link="/#" linktarget="" linktext="Learn More"]Nam condimentum nec mi aliquam accumsan phasellus nulla lorem gravida.[/content_box]
    [/content_boxes]

    Use the t4press shortcode creator button found in your WordPress content editor to assist in creating the content boxes shortcodes.

    Thank you