J-BusinessDirectory - Header dimensions

Support Forum

 
 

 

Hello

how can I modify (reduce the width of) my header ?

thanks

7 replies

any tip ? thanks !Wink

Hi,

 

The width of the header can be modified from less fileds by specifying the with of container class.

.container {
    width: 1170px;
}

thanks. But where shall I go ? in the "page builder", then "row options" > CSS class ?

thanks. But where shall I go ? in the "page builder", then "row options" > CSS class ?

Hi,

 

You should edit the file theme.less file in {joomla}/templates/j-directory/less foder and the the following code. You can set the widht that you want.

.container {
    width: 1170px;
}

thanks !

as for the height of the header, I assume that the code is "height", right ?

Hi,


The height is adjusting to the contained element height. You can set a height but it will not always reflect the change, it depends on the contained elements.

 
 
 

8 Item(s)

Show per page