Forum Replies Created
-
in reply to: Realignment
Hello,
Usually they are aligned in center by default. But if you need to further center them, you can do so via css code. Try adding this code:
.section_clear { margin-left: 17px; margin-right: -15px; }Best regards!
-
This reply was modified 11 years, 2 months ago by
Mirela.
in reply to: Mobile logo problemHello,
Please add these lines into your custom css box:
@media (max-width: 480px){ #logo img { width: 80%; padding-left: 13%; } }Best regards!
in reply to: Row padding & marginsHello,
You have set padding in row settings, to 60 and 45 px (screenshot). Please change that to 0, save file and refresh. If you need to decrease it further, than use css. Add these lines into your custom css box:
.wpb_row { padding-top: 0px !important; padding-bottom: 0px !important; } .wpb_row.section-style, .wpb_row.standard_section { margin-bottom: 0px; }Best regards!
in reply to: Go Button 2 not centerHello,
I added this code:
.wpb_wrapper { text-align: center; }Into the page’s custom css box.(screenshot). It look’s ok now.
Best regards!
Hello,
@emily I was able to import dummy data with success. (screenshot)
You can continue with further customization.Best regards!
in reply to: Menu not showing when scrollingHello,
Please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Social shareHello,
Sorry for the inconvenience. We will include these changes in next theme update so you won’t need to redo them by your self again.
Best regards!
in reply to: Team Page InfoHello,
Please go to file:vc_templates\staff.php , find this line(63):
$output .= '<p>'.codeless_text_limit(get_the_excerpt(), 25).'</p>';
And replace with this:$output .= '<div>'.codeless_text_limit($content, 25).'</div>';Now you can use<br>tag, in text editor, to break the lines.Best regards!
in reply to: Codeless Slider IssueHello,
Sorry for the late reply.
I see both sliders, in english and Arabic as well. Did you manage to solve your issue?PS: your site is very well build and nice looking. With your permission, we would like to add it to our theme’s showcase. Let us know.
Best regards!
Hello,
Please make sure you have added it in the Page Options of the new language page. If you want, you can send us your site’s credentials, in a private reply. So we can give it a look.
Best regards!
in reply to: lightbox contactform7 responsiveHello,
I tested pop up form in iphone, and it looks responsive (screenshot). What do you need to achieve? Send us a screenshot so we can understand better.
Best regards!
in reply to: in List-itemHello,
Sorry but html tags are not recognized by Visual Composer. Please add these lines into your custom css box:
.page-id-5033 .list li.simple { width: 80%; }Best regards!
Hello,
You must increase memory limit and execution time. The host does not give enough time for the theme to import all data. That’s why it stops at some point. You can ask your hosting provider to do it for you.
As for the images, normally it is not permitted to use them because they are intended for demonstration only. But if you want to use them, you can do so.Best regards!
-
This reply was modified 11 years, 2 months ago by
Mirela.
in reply to: problem with YOAST SEO pluginHello,
Sorry for the inconvenience. ‘Yoast SEO’ has not been tested with the theme, so i may be not compatible. We would suggest you to use ‘All in One SEO’ plugin which is an equivalent of Yoast SEO and it’s compatible with Specular.
Best regards!
in reply to: PiceList not responisvHello,
I added this code:
@media (max-width: 767px){ .header_page.with_subtitle.centered .titles h1 {font-weight: 400; font-size: 18px !important;} .header_page.with_subtitle.centered .titles h3 { font-size: 22px !important; } .header_page.centered h1 {font-size: 35px !important;} }into your style.css file. And i think page header titles are better now (screenshot1 & screenshot2)
Best regards!
-
This reply was modified 11 years, 2 months ago by