Page 1 of 1

Phoca Template Gweld (or Be) change main menu to horizontal ....

Posted: 13 Aug 2021, 14:01
by Pajdoom
I can change main menu to horizontal on top level? Or on this template main menu is allways vertical?

Re: Phoca Template Gweld (or Be) change main menu to horizontal ....

Posted: 13 Aug 2021, 14:09
by christine
Hi,

Template Be: The menu is horizontal: https://www.phoca.cz/phocacartdemo/phoca-be-template
Could you check the position for your main menu please? Would be ev. useful to see it live.

Kind regards
Christine

Re: Phoca Template Gweld (or Be) change main menu to horizontal ....

Posted: 13 Aug 2021, 14:35
by Pajdoom

Re: Phoca Template Gweld (or Be) change main menu to horizontal ....

Posted: 13 Aug 2021, 14:43
by christine
Hi,

Thanks for your link. Could you try to set on position-1?
http://test.sct.sk/index.php/en/?tp=1

Kind regards
Christine

Re: Phoca Template Gweld (or Be) change main menu to horizontal ....

Posted: 13 Aug 2021, 14:46
by Pajdoom
Magic ... many thanks ...
and
And how to set IMG for input size (not autosize)?

Re: Phoca Template Gweld (or Be) change main menu to horizontal ....

Posted: 13 Aug 2021, 17:30
by christine
Hi,
Pajdoom wrote: 13 Aug 2021, 14:46 Magic ... many thanks ...
That's fine :-)
Pajdoom wrote: 13 Aug 2021, 14:46And how to set IMG for input size (not autosize)?
For example you have: 935px x 855px, it's scaled to: 122px x 111px; (as there is no place). In principle you could load origin image in smaller size.
For the moment you could put into your custom.css and/or template.css:

Code: Select all

td img {
height:auto;  
}
to avoid the stretched upwards.

The problem is, you are using a table. As you have a bootstrap template with cols etc. would better to use the possibility of bootstrap columns. E.g: to write the content and adding smaller images, which will float e.g. left or right.

Tables should not be used for design-layouts. Only, when having a "real" table.

Sorry, at the moment I have no other ideas.

Kind regards
Christine