Forum Replies Created
-
AuthorPosts
-
Hi!
The style for the strong tag is being use for the text. Please edit the code and replace it with this:
<p style="text-align: center;"><span><strong style="color: #000000;"><span style="font-size: 14px;">PROLIN helps seamlessly replace your HP Service Desk system with an easy, phased transition process.</span></strong></span></p>
Best regards,
IsmaelFebruary 4, 2014 at 6:43 pm in reply to: Header navigation (main menu) disappears on mobile devices #219554Hi!
Have you tried adding this on Quick CSS?
@media only screen and (max-width: 989px) { #mobile-advanced, .mobile_active.mobile_menu_tablet #advanced_menu_toggle { display: block; } }
Regards,
IsmaelHi!
I’m sorry if I don’t understand it correctly. Do you want to remove the header and the footer on the page? You can edit the page then look for Layout, change the “Header Settings” to “Don’t display the header” and the “Footer Settings” to “Don’t display the socket and footer widgets”. I’m not sure if this is what you want.
Regards,
IsmaelHey!
You can move the sidebar using this but you will leave a gap on the left side of the content:
#top #main .sidebar_left .sidebar { left: -50px; }
You need to add this to fix the gap:
.sidebar_left .content { padding-left: 0; border: none; }
Regards,
IsmaelHey!
The logo does not resize on scroll because of this css:
.responsive .mobile_slide_out .logo img { max-height: 95px !important; }
Cheers!
IsmaelHi Richard!
Can you please give us a link to the website? The masonrygallery can only be place as a full width element.
Best regards,
IsmaelFebruary 4, 2014 at 4:54 pm in reply to: How to delete the 1px border of the social icon header field? #219468Hi simonac!
Please use this on Quick CSS:
#header_meta { box-shadow: none; } #header_main { border-top: none; }
Best regards,
IsmaelHi!
Edit the masonry element then configure the “Which Entries?” option. Select the “Product Cat” to show product entries.
Best regards,
IsmaelHey!
Do you want to show the sidebar on mobile view? Changing the sidebar position will require a lot of customization. Please hire a freelance developer to modify the theme for you. You can visit Werkpress.
Cheers!
IsmaelHey!
I don’t see any issue with the logo. Can you please post a screenshot of the problem?
Best regards,
IsmaelHi Yura!
The page is not using an Enfold theme. Is this the correct website?
Best regards,
IsmaelHi!
You can edit the blog page then look for Layout > choose right or left sidebar. Please post the login details here as a private reply then add the link of the blog page.
Best regards,
IsmaelHey!
You can use this on Quick CSS or custom.css:
div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab { background-color: red; color: white; }
Regards,
IsmaelHi simonac!
You can add this on Quick CSS:
.avia-image-container img { border: 1px solid gray; padding: 5px; }
Regards,
IsmaelHey!
Have you tried selecting a different predefined color scheme on Enfold > Styling options? Change the color scheme then change it back.
Cheers!
IsmaelHey!
You can add this on Quick CSS to reduce the header height:
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 80px; line-height: 80px; }
Regards,
IsmaelHi!
You can add css codes on Enfold > Styling > Quick CSS or custom.css. You can also use this plugin http://wordpress.org/plugins/insert-html-snippet.
Cheers!
IsmaelHey!
Did you try the instruction above? Insert the link using a Text Block.
Best regards,
IsmaelHi!
Please use this for the title color:
.main_color div .news-headline { color: blue; }
Cheers!
IsmaelHi!
What do you mean “it works”? Please give us a link to the blog page.
Regards,
IsmaelHi vadi4ek!
Please use the Tabs element on Advance Layout Builder then enable the “Tab Icon”.
Best regards,
IsmaelHi!
If I understand you correctly, you can replace the code with this on Quick CSS to hide the subpages on desktop view:
@media only screen and (min-width: 768px) { .sub-menu{ display: none !important; } } @media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .sub-menu{ display: block; } }
Regards,
IsmaelFebruary 4, 2014 at 1:44 pm in reply to: menu hover color; heading font size; remove borders #219342Hi!
Add this on Quick CSS:
#header_meta { box-shadow: none; } .header_color .main_menu ul:first-child > li > a, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: white; }
Regards,
IsmaelFebruary 4, 2014 at 1:41 pm in reply to: Problem with small fixed header with bar of big header #219340Hey!
Please add this on Quick CSS or custom.css:
.social_header .main_menu ul:first-child > li a { height: 100px; line-height: 100px; }
Cheers!
IsmaelFebruary 4, 2014 at 1:34 pm in reply to: language icons centred above navigation menu & adjusting height navigation #219333Hi!
I can’t login to the website. It’s not loading properly on my end. Please try this one:
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 80px !important; line-height: 80px !important; } #header_main .sub_menu { left: 50px; position: relative; top: 36px; }
Best regards,
Ismael -
AuthorPosts