Jump to content

display 1 banner in body and then below 2 side by side


sticcino

Recommended Posts

Hi Everyone,

 

is there a built in module to display an image in the body so that when clicked it will goto the item/category

and..

can 2 be displayed side by side

 

Example:

 

|-------------------------Image/Item 1------------------------|

 

|--------Image/Item 2--------||--------Image/Item 3---------|

 

would you use the CMS module then use the positions to put image 2 and image 3 next to each other?. I'm using the rotator banner, but these are to be static

 

Thanks,

Johnny

Link to comment
Share on other sites

If it is banner image is fixed and links are also fixed, it is easy to just add 3 links to the location you wanted.

But it will be depend on the location of your banners and also the theme design. 

 

Below is just a example, it is not tested so it may not work perfectly with your theme.

<div class="row">
    <a href="you URL"><img class="img-responsive" src="your image url"></a>
</div>
<div class="row">
    <div class="col-lg-6 col-sm-6 col-md-6 col-xs-6">
     <a href="you URL"><img class="img-responsive"  src="your image url"></a>
     </div>
    <div class="col-lg-6 col-sm-6 col-md-6 col-xs-6">
     <a href="you URL"><img class="img-responsive"  src="your image url"></a>
     </div>
</div>
Link to comment
Share on other sites

thanks for the info!,

 

i just took a look at the PS demo site, actually i want the display like it has with the rotating banner, and the 2 static items next to it, just have to remember what I modules I disabled to remove those 2 static items next the rotating banner

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...