Forum Replies Created
-
AuthorPosts
-
I have changed to boxed layout, changed the background to #ffffff then saved.
The switched back to stretched layout and there is no change.
In General Settings I have
Main Content background color
Default Background color
#ffffffIt looks like the background colour at the sides of the grid row shares the same class as the logo area – that’s crazy!!!
How can this be changed without affecting the logo area????
I am lost here!!!
I have managed to get the width right, but for a strange reason there is now a grey band on the edges – how to make these white?
I used
.av-layout-grid-container {
margin: 0px auto;
width: 85%;
}- This reply was modified 7 years, 11 months ago by whdsolutions.
Hi there – inserting that REALLY breaks the website!!!
Screen shot to show you in Private Content
Does anyone have any idea how to resolve this – Deadline is looming :-(
I have tried
.responsive .container {
width: 100% !important;
}AND
.responsive .container {
width: 85% !important;
}Still nothing :-(
- This reply was modified 7 years, 11 months ago by whdsolutions.
I have and it is still the same
Any news on this?
See PM
is there another option as this did nothing :-)
This does not do anything :-/
December 7, 2016 at 12:26 am in reply to: Make the mobile menu different – Not mobile, but the 'display as icon' menu #721264AMAZING!
How can the font be aligned left and reduced in size?
November 18, 2016 at 12:57 pm in reply to: Add Ububtu font to Enfold for H1, H2, H3, H4, H5 and H6 #713958What is the child theme – I could benefit from you giving me the path of the file I need to change if possible?
November 18, 2016 at 10:25 am in reply to: Add Ububtu font to Enfold for H1, H2, H3, H4, H5 and H6 #713914I have done this and added to Theme Functions (functions.php)
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Ubuntu’] = ‘Ubuntu:400,700’;
$fonts[‘Gentium’] = ‘Gentium+Book+Basic:400i’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{$fonts[‘Ubuntu’] = ‘Ubuntu:400,700’;
$fonts[‘Gentium’] = ‘Gentium+Book+Basic:400i’;
return $fonts;
}Nothing happens when I go to GENERAL STYLING, the fonts do NOT appear in the lists
AWESOME – Top bloke!
I want to make the site switch to responsive mode when going sub-1100px
Link in Private Message
Thank you :-)
Also tried a new API key (private message) – this does not work either!
Super – thanks – all fixed!
August 11, 2016 at 7:51 pm in reply to: Google Maps Error – Oops! Something went wrong. This page didn't load Google Map #671538This is still not working – latest version of WP and Enfold ????
It actually seems to be the Social Share that is causing the problem :-)
Hope you can help :-)
Hi Rikard
I managed to suss it myself – thanks anyhow ;-)
Here’s a screen shot from my mobile phone (Android HTC One)
This is okay in desktop mode but now the menu is huge in height in responsive mode on iphone and android
- This reply was modified 8 years, 4 months ago by whdsolutions.
Unfortunately that has not fixed the issue :-(
Thank you :-)
PERFECT!!!
Thanks :-)
This is only the menu, I want all page content to be triggered at 990px – is that possible through quick CSS?
-
AuthorPosts