Forum Replies Created
-
in reply to: Problem with i-phone viewing
Hello,
This is what we see in ipad, screenshot. What do you want to change here? You can add/remove/edit css properties in the code i gave you above. Target only the footer classes.
Best regards!
in reply to: paid with wrong accountHello,
Please contact Envato for the refund request. Make sure to specify what kind of refund you need to do.
Best regards!
in reply to: Contact Us Form Styling Issues after submittingHello,
I edited the code to this:
.wpcf7-validation-errors { border: none !important; } .wpcf7-mail-sent-ok { border: none !important; }It’s ok now. Please check your site.
Best regards!
in reply to: Editing of sliderHello,
There is no space between the slider and header. What you are referring to is the text inside the slider. Please see screenshot. We have selected the slider area from the code in inspect element. As you can see, it is right at the edges of menu, but there is no space between these two elements.
I suggest you to open the responsible slide that holds the titles text and edit it out by positioning the titles further above.Best regards!
in reply to: tower woocommerceHello,
Please add this code into your custom css box:
@media (max-width: 767px){ .woocommerce.columns-3 ul.products li.product { width: 100% !important; }}Let us know.
Best regards!
in reply to: responsive ( Tower)Hello,
Please add this code as well:
@media (max-width: 480px){ .header_11 #logo { margin-right: 8px !important; }}Best regards!
in reply to: Problem with i-phone viewingHello,
1-The code i suggested you in this other topic of yours should take care of the slider in mobile.
Add this code into your custom css box for the round images and footer columns:
@media (max-width: 767px) { .vc_col-sm-12.wpb_column.column_container.with_padding { margin-bottom: -20px !important; } .widget_ads a img { padding-left: 0 !important;} footer#footer a, footer#footer .contact_information dd p { float: left;} footer .footer_social_icons { width: 100% !important;} }Result screenshot1 and screenshot2.
Best regards!
in reply to: Problems with ipad viewingHello,
Please add this code into your custom css box:
@media (max-width: 767px){ .slider#slider-fullwidth { min-height: 114px !important; } }Let us know.
Best regards!
Hello,
Normally the navigating arrows should not show up. However, you can add this code into your custom css box:
.pagination-parent.nav-thumbflip.nav-slider { display: none; }To hide them. This should be the result, screenshot.
Let us know.Best regards!
in reply to: How to have an empty space between columns?in reply to: Blank Sticky MenuHello,
This is not an issue but the default layout of sticky header for the type of header you have chosen. It will show only the logo. If you want to change it, then edit the layout with custom css code.
If you need help, send us your site’s url. So we can give the custom css code to add.Best regards!
Hello,
You have to enable the top header area in General Options > Header Options > Top Widgetized Area. Set it ON and then go add the contact information shortcode widget into the “Top Header Area” in Appearances > Widgets.
Best regards!
Hello,
The posts in footer are being displayed from another element. And it needs a different code to change it. I added this code into your custom css box:
footer .inner .widget ul li span { display: none; }To remove date in footer. I don’t see any date in blog page(screenshot). Did you removed it?
Let us know.Best regards!
in reply to: YouTube Video in excerptHello,
Sorry but it’s not possible to insert link into excerpt. You can add a youtube link in a video post. Set the post type as video and add the link into the Video / Audio Link or Iframe box option (screenshot).
Best regards!
in reply to: Side sub menu on page colour?Hello,
Please edit the code to this:
aside .current_page_item a { color: #3f77c7 !important;} aside .current_page_item ul li a { color: #565555 !important; }Result screenshot.
Best regards!