Padding in portfolio entries and italics

Support Forums for LiveMesh Themes & Plugins Forums Austin Theme Support Padding in portfolio entries and italics

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13345
    aprilflowers
    Participant

    Hi there,

    After using the Agile theme for my website I purchased the Austin theme for a client and am customizing it for him. Two things I can’t figure out:

    Is there a way to add padding for portfolio entries? The text goes all the way to the edge on both sides. Embedded videos are ok all the way to the edge.

    Also, how can italics be made to not look smaller than normal text? The difference in size is significant.

    Thanks in advance!

    #13366
    Veena
    Moderator

    You can always consider custom CSS.
    Pls try the custom CSS in themeoptions –

    .portfolio .image-info h3 a {
      padding: 0 50px;
      font-size: 12px;
    }
    

    In CSS, you can specify font-weights other than normal and bold by using numeric font-weight values.

    #13367
    aprilflowers
    Participant
    This reply has been marked as private.
    #13387
    Veena
    Moderator

    Pls include the contents in a segment shortcode.

    #14694
    Stacco_Troncoso
    Participant

    Hello. Can you suggest some code for making italics appear the same size as normal text? I’m hesitant about messing with the CSS without some guidance.

    Thanks

    #14703
    Veena
    Moderator

    Hi Stacco_Troncoso,

    You can use –

      font-style: italic;
      font-weight: normal;
    

    If you have any further queries pls open a new thread.

    Thanks.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Austin Theme Support’ is closed to new topics and replies.