Shape 5

Joomla Templates => Shopping Bag - Club => : benjarata September 22, 2016, 08:26:01 AM



: Multibox Layout
: benjarata September 22, 2016, 08:26:01 AM
Hi there, this feature is working perfect, however I'm trying to setup multibox images horizontally but I got a vertical layout instead.

Example..   http://camdenleather.do/index.php/online-store/canvas-shoes/gray-shoe-detail

I need some help...


: Re: Multibox Layout
: jonahh September 22, 2016, 01:29:48 PM
Hello,

In your CSS file thirdparty.css at line 778 just change the display from block to inline-block as I have done below and this will show them horizontally.

:
.productdetails a, .vmgroup a {
    color: #626262;
    display: inline-block;
    margin-bottom: 6px;
    padding-bottom: 6px;
}



: Re: Multibox Layout
: benjarata September 22, 2016, 03:51:27 PM
Hi Jonahh, I went to that file and change it to inline-block as you suggest but I got no luck yet.

 ???


: Re: Multibox Layout
: jonahh September 23, 2016, 03:09:08 PM
Did you try clearing your browser cache?


: Re: Multibox Layout
: benjarata September 25, 2016, 11:03:13 AM
Hi Jonahh, yes I did clear it also Joomla Cache and the expired cache.

I apreciate you quick response, anything else I need to do ?


: Re: Multibox Layout
: jonahh September 27, 2016, 02:45:31 PM
It looks like the code has changed maybe due to a save in a WYSIWYG editor? There are now paragraph tags wrapping each hyperlink. This is causing them to fall to the next line


: Re: Multibox Layout
: benjarata September 28, 2016, 10:43:42 AM
Hi Jonahh,

I installed JCE Editor for testing purposes, trying to align the images horizontally but didn't work and after that I uninstalled it and I'm still using the default one TinyMCE.

How I can fix this problem ??? ??? ???



: Re: Multibox Layout
: jonahh September 28, 2016, 02:00:52 PM
You can temporarily disable it remove the <p> tags and save. Then just be sure to disable if you want to edit again on that item.


: Re: Multibox Layout
: benjarata September 30, 2016, 03:29:03 PM
Thanks a lot Jonah, that did the trick !!!