Hi,
Now it is working, but I have some other questions related to this.
Q1. When I minimise the browser window to the a smaller size it will look like attachment (1). I don’t want the view to look like this and would like it not become smaller than attachment (2), is that possible to fix?
Q2. In attachment (3) there is still text that is outside the text window. That goes even for a even more resized view attachment (4). Is this possible to fix?
I use the following CSS:
.home #footer{
display:none !important;
}
.testimonial-text.text-large > p {
font-size: 20px;
}
#breadcrumbs {
display: none;
}
/*
.heading-text, #breadcrumbs{
display:none !important;
}
*/
.single-portfolio-split figure.media-wrap img {
width: auto!important;
}
article.type-portfolio figure.media-wrap {
width: 50%;
}
.single-portfolio figure.media-wrap{
width:56% !important;
}
.single-portfolio .page-content{
width:44% !important;
}
/* Font size of date in detail post*/
.item-details time {
font-size: 16px;
}
/* Font size of text in detail post */
.single-portfolio .content-wrap p {
font-size: 16px;
}
.page-id-13068 .entry-title,.page-id-13073 .entry-title,.page-id-13071 .entry-title{
display:none !important;
}
.entry-title{
color:#ffffff !important;
font-size:20px !important;
}
body.single-portfolio article.type-portfolio {
width: 50%;
margin: 0 auto 100px auto;
}
.post-date{
display:none !important;
}
.item-details time {
display: none;
}
Br christian
Attachments:
You must be
logged in to view attached files.