3 thumbnails on line when you have the sidebar.

Discussion in 'RoadFighter WordPress Theme' started by matlars, May 24, 2013.

  1. matlars

    matlars Member

    Joined:
    Feb 19, 2012
    Messages:
    92
    Likes Received:
    0
    3 thumbnails on line when you have the sidebar. How to get to this? Manage to only get two on the same line when I've Sidebar template.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    To achieve this you can use column shortcode for your page.

    For example


    Code:
    [col3]
        <img src="Enter your image address"/>
    [/col3][col3]
            <img src="Enter your image address"/>
    [/col3][col3_last]
            <img src="Enter your image address"/>
    [/col3_last]
    Sending image for reference

    [​IMG]


    Also check the link given below
    http://www.inkthemes.com/how-to-use-shortcodes-in-themes/02/
     
  3. matlars

    matlars Member

    Joined:
    Feb 19, 2012
    Messages:
    92
    Likes Received:
    0
    But if you want to use WordPress built-in "create gallery" function?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

Share This Page