rdellconsulting
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] No scroll down in dropdown menuI’m using a 1920x1080px monitor and can see all 21 menu items.
At what size are you seeing the problem?
Forum: Themes and Templates
In reply to: [Customizr] Conflict between Customizer Free and FAQ ResponsiveYou need to try the Plugin’s support forum.
Forum: Themes and Templates
In reply to: [Customizr] Remove space between header and sliderPlease start a new thread with your question. This post was completed 9 months ago and Czr will have moved on since then and the solution may not be relevant.
You have this:
#pg-23-0, #pg-23-1, #pl-23 .panel-grid-cell .so-panel { margin-bottom: 30px; }
and
#pg-23-1 { margin-left: -15px; margin-right: -15px; }
Replace with
#pg-23-0, #pl-23 .panel-grid-cell .so-panel { margin-bottom: 30px; }
and
#pg-23-1 { margin: 0px -15px; }
You should go here for Pro support
Forum: Themes and Templates
In reply to: [Customizr] Customizr templateI can see the page, but can’t understand the problem. Can you give a bit more detail about where the white titles are?
1) See documentation
2) Link to site?
Forum: Themes and Templates
In reply to: [Customizr] Blog posts don't appear in browserI can see your blog posts (FF). Only problem is you’re not picking up FontAwesome.
Try disabling Jetpack as that often causes problems (in the past anyway)
Forum: Themes and Templates
In reply to: [Customizr] Product images re sized bigger than they should beOK, try:
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 24%; float: left; clear: none; margin: 0 0 2.992em; }
You’ll need to add some padding.
Forum: Themes and Templates
In reply to: [Customizr] Can't upload imagesDid you try to clear cache?
Forum: Themes and Templates
In reply to: [Customizr] Suppress auto scaling of pictureGreat. Please mark as [resolved] in rhs sidebar.
Forum: Themes and Templates
In reply to: [Customizr] Vertical Menu Shifted to the leftYou have added this:
.navbar .nav { margin-left: -100px; }
Take it out and it works again.
Forum: Themes and Templates
In reply to: [Customizr] https://fonts.googleapis.com/css – 400 bad requestPro Support here
Forum: Themes and Templates
In reply to: [Customizr] Product images re sized bigger than they should beTry
.woocommerce ul.products li.product a img { width: 40%; /* Change to < 100% */ height: auto; display: block; margin: 0 0 1em; box-shadow: none; }
Forum: Themes and Templates
In reply to: [Customizr] Can't upload imagesI’ve flagged to Developers
Forum: Themes and Templates
In reply to: [Customizr] Suppress auto scaling of pictureI have a 1920px wide monitor which is showing the image in the way you want? It is using:
.scroll-img { max-width: unset; width: auto; height: auto; vertical-align: middle; border: 0; }
But
max-width: unset
isn’t valid CSS (to my knowledge)?