Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 7 posts - 1 through 7 (of 7 total)

Post Title Text Spacing & Mobile Slider

Home Forums Misc. General Forums Post Title Text Spacing & Mobile Slider

  • #173737

    Christopher

    Hi Towfiq,

    How do I go about changing the spacing between the post text titles?

    When accessing my site via mobile, the slider image doesn’t display at the correct size – can this be fixed?

    Regards,

    -Christopher

    #174860

    Towfiq I.

    administrator

    which theme are you using? whats your site address?

    #177889

    Christopher

    Hi, I’m using Zenon Full

    Website address is http://www.bexsonn.com

    #178075

    Towfiq I.

    administrator

    Add this to your stylesheet:

    h2.postitle {margin: 30px 0!important;}

    and then open up mobile.css and replace this:

    body #slider li img{ width:300px; height:108px!important;}

    with this:

    body #slider li img{ width:300px; height:auto!important;}

    Thanks

    #178401

    Christopher

    None these seemed to have worked…?

    #180079

    Christopher

    Ok, I think there a has been a bit of mis-communication..

    It would appear everything does work. However, the title spacing I was refering to was the height in between each line of text….?

    Regards,

    -Christopher

    #180081

    Christopher

    Sorted it, the one I was looking for was h2.postitle {line-height:10px;}