block details

More
10 years 1 month ago #38205 by dh12355@gmx.de
Replied by dh12355@gmx.de on topic block details
Thanks.

Problem Solved.

Please Log in to join the conversation.

More
10 years 1 month ago #38226 by dh12355@gmx.de
Replied by dh12355@gmx.de on topic block details
when you look at websiteportal24.de/ you see at the right column that each article has a different widht. It results from the headline. Is there a possibility to set a break at the headline so that all article have the same widht as it stands in the template_css.css ( here 280px )?

Please Log in to join the conversation.

More
10 years 1 month ago #38229 by ivan.milic
Replied by ivan.milic on topic block details
You problem are inner elements that spread above 280px.

Place this in template_css.css:

.masonry .item *{
max-width:280px;
}
The following user(s) said Thank You: dh12355@gmx.de

Please Log in to join the conversation.

More
10 years 1 month ago #38379 by dh12355@gmx.de
Replied by dh12355@gmx.de on topic block details
please look at:

websiteportal24.de/index.php/blog.html

first under the title there is the listing of the articles displayed.
Than the picture of the blog is displayed over the text.
What must be changed, that the text is displayed at the end of the site at the left?
Attachments:

Please Log in to join the conversation.

More
10 years 1 month ago #38387 by ivan.milic
Replied by ivan.milic on topic block details
You need more height for header area, you can place this in template_css.css:

.responsive_header{
min-height:460px;
}

also you may want different heights for different browser sizes so you can use

@media screen and (min-width: 769px) {
/* STYLES HERE */
}

so set if differently for different sizes of screen

Please Log in to join the conversation.

More
10 years 1 week ago #38950 by dh12355@gmx.de
Replied by dh12355@gmx.de on topic block details
when i want to display the listing of the articles over the pagination in the bottom so as in the screen what must be changed?
Attachments:

Please Log in to join the conversation.

Time to create page: 0.310 seconds
Powered by Kunena Forum