Forum Replies Created
-
AuthorPosts
-
New details in Private Content
The site is just in testing for now, but would be good to have this sorted before we finish.
The wording ‘WELCOME TO RIJAV’
AND
the MAKE RESERVATION button
These need to hide at 1300px
Thank for that, but that is only fixing one part of my question.
If you go to the page and view at 1360px, this is fine – if you view at (let’s say) 1300px, the image starts to go behind the text.
What I need to happen is for the text to go full width like it does at 767px, when it is actually at 1359px
Hope that’s clear enough… It’s quite hard to explain :-)
I have tried this but it deletes the image altogether.
It may be better if it didn’t hide the background image but floated the right of the image to the centre of the page – is that possible?
That has aligned right, what I wanted is like the attached link
Page added
I have fixed this now with
#main, .avia-msie-8 .av_header_sticky_disabled#header {
background-color: #ffffff !important;
}Hi there – we could really benefit from your help here to make the background of the grid-row white on the page as shown in the Private Content.
I have used the CSS to get the width of the grid-row looking correct:
.av-layout-grid-container {
margin: 0px auto;
width: 85%;
}But STILL have the dark grey on the left and right – this NEEDS to be white.
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 8 years 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 8 years 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!
-
AuthorPosts