Girlie Pro layout

Home Forums All Other Themes Girlie Pro layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #31481
    Marlou .Marlou .
    Participant
    • Topics: 26
    • Replies: 91
    • Total: 117
    Member since: December 10, 2015

    Hi,

    We have some issues wit the media layout in certain articles… After changing to Girlie Pro the galleries are only half the width of the normal pictures. Is it possible to have them full width as well?
    See an example here: http://saudadesdeportugal.nl/10-x-kneuterige-kerkjes-2/
    The idea is to have the picture gallery and the photo above alligned at the right.

    The other problem we are having is on the homepage. Whenever we publish an article it cuts if off randomly. This way we sometimes have text running through the read more buttons… How do we prevent this from happening? The things that we tried didn’t help 🙁

    Hope you can help us out once again!

    Regards,
    Marlou

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

    Hi Marlou,

    Photo gallery has the function to show the thumbnails. It couldn’t get the full width of the page.

    For the article. Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (min-width:980px) {
    .news{ min-height:300px;}
    }

    Regards,
    Dave

    #32131
    Marlou .Marlou .
    Participant
    • Topics: 26
    • Replies: 91
    • Total: 117
    Member since: December 10, 2015

    Hhhmmm, we still have the same problem after inserting the code… See the Maria Rita article on our homepage: http://saudadesdeportugal.nl/
    Any other suggestions to prevent this from happening?

    Also we have a problem with the mobile version. If you open it on a mobile device the letters of our website’s name are overlapping. Can we fix this somehow?

    Thanks!

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

    Hi Marlou,

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

    Add this code there:

    @media screen and (min-width:480px) {
    .header .header-inner .logo h1{line-height:45px !important;}
    }

    For the post’s on homepage, another way is you have to write manual excerpt for the posts.

    Regards,
    Dave

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