Quote:
Originally Posted by romaszek
Open vbcms_widget_cmsfcs_page template
Find:
.cmsfcs_{vb:raw id} li.ui-tabs-nav-item a{
display:block;
height:55px;
color:#333;
line-height:12px;
change: display:block; --> display:inline;
seems to work.
|
Sorry bad English.
This is not the good manner.
I made so:
.cmsfcs_{vb:raw id} ul.ui-tabs-nav{
position:absolute;
top:0;
left:1px;
list-style:none;
padding:0;
margin-top:2px;
width:76px; change --------> 500px
}
------------------------------
As to add the title to widget?
Thanks