blu3t0rtuga
Forum Replies Created
-
I sent both of your messages to our host and they dug deeper. They believe they have it sorted. I appreciate the insight and help!
Forum: Plugins
In reply to: [Plugin: Pay Your Price] "Read More" Button IssuesI looked for “Pay Your Price” Settings everywhere BUT in the WooCommerce Settings (where they are). Every issue I had was fixable under settings. Thanks.
Forum: Fixing WordPress
In reply to: Mobile Image IssuesGot tired of messing around, deactivated WP Advanced Columns and built my own… vuala, problem solved.
Forum: Fixing WordPress
In reply to: Mobile Image IssuesSolved the issue of the images not aligning by changing the body .site padding from 40px 2.85714286rem to 20px 1.42857143rem as follows:
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
body {
background-color: #e6e6e6;
}
body .site {
padding: 0 20px;
padding: 0 1.42857143rem;
}
Still working on front page columns.Forum: Fixing WordPress
In reply to: Mobile Image IssuesSolved the issue of the text alignment by inserting <p style=”text-align:left;”> at the beginning of each paragraph in WP Advanced Columns. Still working on image alignment.
Forum: Fixing WordPress
In reply to: Footer Image Margin IssuesYou are seriously awesome- I have been messing with this for hours and you fixed it in seconds! Thank-you! Thank-you! Thank-you!