irta
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Posts Widget] [Plugin: Category Posts Widget] Space between postsLink to website: https://www.particularsciences.ie
I use Green Apples themeForum: Themes and Templates
In reply to: [Green Apples] [Theme: Green Apples] Width of sidebarsI tried what you advised, but no changes at all.
When I change width in code below, text I put on sidebar see sidebar wider, but some of this dissappears from screen (on right sidebar – sidebar is still the same, but text thinks is wider)
#sidebar ul, #sidebar2 ul {
list-style: none;
width: 175px;
}Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Adjusting the layoutIt works also for me. But the only problem I see, it is that it does not scale for different monitor resolution (at this moment with low resolution, part of table appears on sidebar instead on the body).
Is it possible to make the table scalable, so it will suit for each monitor resolution?
Forum: Plugins
In reply to: [Contact Form 7] CF7 & Breadcrumb NavXTThank you for your response, but I mixed plugins. Sorry for taking your time.
Thanks for you reply.
I have images displayed, but what I would like, to have text around them. I hoped that code you wrote will help me with doing this.Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7: multiple columnsLook at this topic:
https://www.ads-software.com/support/topic/plugin-contact-form-7-adjusting-the-layout?replies=10It ought to help
and to my theme’s style sheet I added to get it looking a bit prettier:
.widget_categoryposts img {float: left; margin-bottom: 8px}
.widget_categoryposts li {list-style-type: none; clear: both; }
.widget_categoryposts ul {overflow: auto; }
.widget_categoryposts a {font-weight: bold; font-size: 14px}I tried with code above, but it didn’t do any changes to my pictures. Do I ought to put this code anywhere in theme’s style.css or is it important what place I put this in?