Before you ask please READ THIS

Meta Data on SingleWork page

edited June 2014 in Beach Please Posts: 21
Hi,

i have two requests on the same page, the single work page.

1) i can't delete the ":" between my icon and my link, or i get ":" at the end of each field's line (see my first attached screen)

2) i'd like to put the meta data column on the right side of the main content, when i try to do so, i'm loosing the adaptive stuff and it gets ugly on tablet. please can you indicate wich css class do i have to change, so it displays fine everywhere.
(see my second attached screen)

Thank you for your nice support.
screen1symbolissue.jpg
1366 x 614 - 238K
screen2switchmetadata.jpg
1366 x 614 - 178K

Comments

  • AirAir
    Posts: 10,970
    Hello

    1) Use such custom CSS:
    .meta-data .fields em:after{
    display: none;
    }
    2)Try this

    .meta-data {
    right: -220px;
    left: auto;
    }
    .single-work .work{
    padding-left: 40px;
    }
    With regards.
  • Hi !

    thank you very much !

    1) great !

    2) meta data come to the right but the main content is still too large, and i can't reduce it without breaking other stuffs... i don't understand the way it goes...

    if you can guide me on that way that's nice, but i don't want to take too much of your precious time.

    Thank you so far !
  • AirAir
    Posts: 10,970
    Then don't use the second CSS rule, that with .single-work .work - have added it so you wouldn't have blank space on the left.

    Have you something else in mind?

    With regards.
  • That's perfect !

    thank you.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!