- This topic has 5 replies, 2 voices, and was last updated 6 years ago by
Anonymous.
- AuthorPosts
- May 21, 2017 at 19:33 #14035
AnonymousInactiveHello, mates! Thanks to the developers for the great plugin!
Though i have some problems i can’t resolve myself. The page i have issues on is: http://www.zdwedding.ru/%D1%83%D1%81%D0%BB%D1%83%D0%B3%D0%B8-2/
1. As you see in my table i have some items in the list crossed over. I would like to remove them from the list, but if i do it, there is a huge empty space between the last item in the list and the final price. You can see it on the screenshot: [url=http://radikal.ru][img]http://s019.radikal.ru/i639/1705/b8/6e8e49375bb7.jpg[/img][/url]
Is it possible to make the table columns looking like ladder style without any adjusting it by height or ar there any other solutions?2. Can’t fit all the text inside the column so made it’s width 130% but got next problem – it’s not aligned anymore, it moved a little bit to the right. Is it possible to fix it?
3. When i’m try to pain all the table in one color the top half of it is painted in a darker color, the lower – in lighter. Is there any chance to paint the whole table/column in one color?
May 22, 2017 at 19:45 #14037
AnonymousInactiveYeah, and one more question:
4. Is it possible not to fill the column with color but to make a black frame around it with some custom code?May 22, 2017 at 21:40 #14038
mila_supportMemberHi @lexoticl
1. In order to remove only one row in one column follow the next instruction:
– Open the pricing Table you need
– Delete the whole text in needed row – http://prntscr.com/fatxvq
– Click outside the table and then click again on it to call the editor
– Click “Combining with the previous row” button – http://prntscr.com/fatyyb
– Save changes2. Currently I don’t see this issue on your site – http://prntscr.com/fatzqg please, check it one more time. If it still persists, provide the browser and device you see it on.
3. In order to pain the whole table in one color copy next code
#{{table.view_id}} .ptsColHeader,
#{{table.view_id}} .ptsColDesc {
background: none;
}
Click Edit CSS button and paste it in the end of other code – http://prntscr.com/fau2c8
Current code removes initial background. Click Save to see a result below.May 23, 2017 at 01:04 #14039
AnonymousInactiveThanks for the help. One more question.
Is it possible to move only some content of the table to the left side but leaving the headings in the center? Tried to use spacebar to move the content to the left, so on the screen it’s almost ok, but in the mobile versions it’s awful so it’s not the proper solution :(
http://www.zdwedding.ru/%D1%83%D1%81%D0%BB%D1%83%D0%B3%D0%B8-2/May 24, 2017 at 12:54 #14065
mila_supportMemberHi @lexoticl
I tried to reproduce this issue on page link you have provided
and had no luck with this – http://prntscr.com/fbgw6z
Please, check it.May 28, 2017 at 17:32 #14098
AnonymousInactiveIts fine, i just removed the issue and fixed it with static image.
- AuthorPosts
- You must be logged in to reply to this topic.