Forum Replies Created
-
in reply to: Social Widget Alignment
Hello,
Please add this into your custom cs sbox:
@media (max-width: 480px){ footer#footer .inner .row-fluid.ff .span12:first-child:last-child { margin-left: -150px !important; } }Best regards!
in reply to: Border on RowsHello,
Add extra class name for the css class. For your example it will be:
.example1 { border: 1px solid #272726;}
Edit the width (in pixel) and color to your wish.
We’ll double check the active borders option.Best regards!
in reply to: Clients link new tabHello,
please go to file vc_templates/clients.php and find this line:
<a href="'.esc_url($client['url']).'" title="'.esc_attr($client['title']).'">edit to this:
<a target="_blank" href="'.esc_url($client['url']).'" title="'.esc_attr($client['title']).'">Best regards!
in reply to: Conflict V.C Media gridHello,
Please go to file includes/core/codeless_elements.php and find this line:
vc_remove_element("vc_separator");
Remove it or comment it out like this://vc_remove_element("vc_separator");
Let us know.Best regards!
in reply to: Portfolio item’s title issueHello,
Sorry but that is not possible.
Best regards!
in reply to: Link button to portfolio’s category from home pageHello,
The responsible files for portfolio and portfolio items are under includes\view\portfolio folder. Also check out the portfolio.php and single-portfolio.php files in root.
Best regards!
in reply to: How can I fixed this problems..Hello,
Please send us your wp credentials in a private reply. You didn’t answer, in what device are you having the issue?
Let us know.Best regards!
in reply to: Responsive mobile problems…Hello,
You have enabled the side menu in mobile. That is why the horizontal scroll is active. because when you scroll page left-to-right, the side menu shows up.
There is no other element that exceeds the supposed width so you can’t really change anything here.
Let us know.Best regards!
in reply to: Visual Composer ‘Service Small Icon’ – #hrefHello,
Nice to know you already set it up. Let us know if you need our help.
Best regards!
in reply to: Making list items linkableHello,
Sorry, it’s not possible make links on list items. You can use the text block element and create the list in text editor.
Best regards!
in reply to: Staff profiles on Tower Business themeHello,
You can change all these in the staff options. Please go to Staff > Edit Staff Entry. Here you have the options to change staff position and socials (screenshot).
Best regards!
in reply to: Menu / Navigation text below menu barHello,
Nice to see you fixed it. Thanks for sharing your solution.
Best regards!
in reply to: Responsive drop down menu backgroundHello,
Try to edit the code by adding important to it. Like this:
.menu-small { background-color: #232323 !important; }Best regards!
in reply to: Product Imgaes & Layout, and Cart Button FormattingHello,
3-Yes, just add this line into your custom css box:
table.variations { border-spacing: 10px; border-collapse: separate; }Best regards!
in reply to: "Uncaught TypeError: removelass is not a function"Hello,
Glad to know it’s ok. Thanks for noticing it. We will fix the spelling error in the next update.
Best regards!