Jump to content
  • 0

Label Width of Gallery Report DataPage


QueenB

Question

Hi!

I have a gallery report datapage, I want to change the width of the labels. The space between the labels and the data is too narrow. I have an idea that I should make some modifications in the style, but I'm having a hard time to look for it.

Can you help me with this?  

Thanks in advance.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hi QueenB,

Yes, you can modify the width of the labels in Styles. 

You just need to edit the Style,  then browse to "Results Page -> Labels", click on the "Source" tab. In the class called .cbResultSetLabel, add the following code:

display: inline-block;
width: 200px;

You can change the width number(200). This would set the width of the label in a List DataPage.

image.thumb.png.beceb8fb8404f29ea40ebb677d32f3d7.png

 

Hope this helps.

 

-JolliBeng

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...