- This topic has 3 replies, 2 voices, and was last updated 8 years, 12 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
TYPO3 to WordPress Migration If you want to migrate your website from TYPO3 to WordPress, here are the full-fledged solutions. Though the migration process can […]
Umbraco to WordPress Migration A content management system is important for any small to big business. It helps to make your digital platform strong and […]
In the event that you have both a WordPress site and a YouTube channel, you should need to incorporate these stages. One route is by […]