Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I think your query would be best answered in forums specialising in HTML, CSS and jQuery, unless you’re asking for a specific theme.

    Thread Starter tanwaniniranjan

    (@tanwaniniranjan)

    well, this is still a concept. the images that i have put up are from corel draw.
    would be great if yoy can help.

    Thread Starter tanwaniniranjan

    (@tanwaniniranjan)

    Got It!
    inserting “n” “inline” classes in a container can help you get “n” different inline divs. the place where you can do it in the wordpress code is:

    <div class="layout-wrapper">
        <div class="content-layout">
            <div class="content-layout-row">
                <div class="layout-cell content">
    
    	       <strong><div class="inline"></strong>
    			<?php get_sidebar('top'); ?>
    			<?php
    				if(have_posts()) {
    
    					/* Start the Loop */
    					while (have_posts()) {
    						the_post();

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Different Positions of content in each template’ is closed to new replies.