• Resolved sellcast

    (@sellcast)


    I have a little issue with “written”. On mobile everithing is OK, but on pc (firefox/chrome):

    1. I have weird empty space between author picture/name and bio
    2. I think there is bad placement for author name – now it’s under picture and i think it should be just below “author”.
    3. Author picture is not too small? I understand it for mobile, but above 600px it could be bigger i think?

    Thanks for support in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter sellcast

    (@sellcast)

    and my site of course!

    http://www.sellcast.pl

    Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Tracks!

    Okay I see, the following CSS will keep the author name right below the “written by” text:

    .author-meta .author > span {
      display: block;
      float: left;
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    Here’s how it is supposed to look for reference: demo example.

    Thread Starter sellcast

    (@sellcast)

    Thanks! But it worked when i removed “>” before “span”. Not sure if that “>” was needed or it just was a mistake :].

    Thanks again, problem solved.

    Thread Starter sellcast

    (@sellcast)

    oh, i forgot to mark as resolved

    Theme Author Ben Sibley

    (@bensibley)

    Ah ok, glad it’s working 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Written by/author box’ is closed to new replies.