- This topic has 3 replies, 2 voices, and was last updated 8 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Girlie Pro layout
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
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
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!
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
WordPress Migration to New Server From now on, you don’t need to worry about the WordPress migration to the new server. Because it looks complex, […]
Many people look forward to creating a website using WordPress because WordPress permits all the features and functionality that online store business required. Hence, WordPress […]
Migration of e-Commerce Website If you have decided on the migration of e-commerce website, you are most probably already familiar with this. When you migrate […]