blog

Home Forums All Other Themes blog

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #70852
    deandean
    Participant
    • Topics: 18
    • Replies: 23
    • Total: 41
    Member since: December 14, 2015

    Hi
    can you have a look at the blog section on my home page please, none of it lines up
    http://www.embellishevents.co.uk/
    its for the girlie pro theme
    many thanks
    dean

    #70873
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Dean,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .news-box .news-thumb img{min-height:300px;}

    Regards,
    Dave

    #71095
    deandean
    Participant
    • Topics: 18
    • Replies: 23
    • Total: 41
    Member since: December 14, 2015

    Hi dave,
    thanks for this
    all images now line up
    how do i move the “read more” buttons down a bit as they are just touching the bottom of the text
    thanks
    dean

    #71130
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Dean,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .news { min-height:330px;}

    Regards,
    Chris

    #71143
    deandean
    Participant
    • Topics: 18
    • Replies: 23
    • Total: 41
    Member since: December 14, 2015

    All Good thanks Chris A+++
    Dean

    #71145
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    🙂

    #72210
    deandean
    Participant
    • Topics: 18
    • Replies: 23
    • Total: 41
    Member since: December 14, 2015

    Hi
    I have just looked at my site on a ipdad and the bottom blog boxes still not line up, if I look on my pic they line up
    Would you be able to look at it for me so that when mobile or tablet users look at my site they see it all lined up
    www.embellishevents.co.uk
    Many thanks
    Dean

    #72235
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Dean,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (min-width:768px) and (max-width:1023px) {
    .news-box .news-thumb img { min-height:190px;}
    .news { min-height:510px;}
    }

    @media screen and (min-width:1024px) and (max-width:1169px) {
    .news-box .news-thumb img { min-height:260px;}
    .news { min-height:410px;}
    }

    Regards,
    Chris

    #72335
    deandean
    Participant
    • Topics: 18
    • Replies: 23
    • Total: 41
    Member since: December 14, 2015

    Thanks chris
    perfect
    cheers
    dean
    embellish events

    #72341
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.