DorisB
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Reduce space between primary menu and page titleThanks Hannah!
Forum: Themes and Templates
In reply to: [Virtue] Primary menu items on one lineThank you. This worked.
Forum: Themes and Templates
In reply to: [Virtue] Primary menu items on one lineFor some reason link is still above the top line on my mac. I don’t have another Safari browser to test it on.
Forum: Themes and Templates
In reply to: [Virtue] Primary menu items on one lineIn Safari, one of the links is above the rest of the top line. Is there a way to fix it?
Forum: Themes and Templates
In reply to: [Virtue] Primary menu items on one lineI added it and took it out just before I asked the question. I think I needed to clear my cache. It is centered now. Thank you.
Forum: Themes and Templates
In reply to: [Virtue] Primary menu items on one lineI added this code but the second line does not center. Is there a change I also need to do in the theme options?
Forum: Themes and Templates
In reply to: [Virtue] Primary menu items on one lineThank you.
Is it possible to center the second line of the primary menu instead?Forum: Themes and Templates
In reply to: [Virtue] Primary menu items on one lineForum: Themes and Templates
In reply to: [Virtue] Increase space between footer widgetsThank you for the explanation. I moved the recently viewed products to the last column and it appears more balanced to me.
Forum: Themes and Templates
In reply to: [Virtue] Increase space between footer widgetsI would like to have the widgets as a group centered, not the text.
Forum: Themes and Templates
In reply to: [Virtue] Increase space between footer widgetsThis worked. Is there a way to center the widgets in the footer (not the text in the widgets) on the page?
Forum: Themes and Templates
In reply to: [Virtue] Increase space between footer widgetshttp://www.blessedbaskets.com/
The first widget is “recently viewed products”Forum: Themes and Templates
In reply to: [Virtue] How to add more space between main content and sidebar?@media (min-width: 992px) {
.main.col-lg-9 {
padding-right: 60px;
}
}This worked perfectly. Thank you both.
Forum: Themes and Templates
In reply to: [Virtue] How to add more space between main content and sidebar?This worked perfectly.Thank you both.
@media (min-width: 992px) {
.main.col-lg-9 {
padding-right: 60px;
}
}Forum: Themes and Templates
In reply to: [Virtue] How to add more space between main content and sidebar?.main {width:70%; margin-right:48px}
The homepage does not align properly with this code.