Forum Replies Created
-
AuthorPosts
-
Upgrade did the trick, thank you.
Hi guys,
Almost there, the button will now show above 1200 and disappear below it but it seems to appear on the left below 1200Over 1200 width it looks like this
And below it, disappears on the right, appears on left (with no formatting)
Current CSS looks like this:
/* Activate free lesson button */ @media only screen and (min-width: 1200px) { #top #nav_menu-2 { width: 230px; float: right; top: 60px; right: 20px; padding: 0; border: 5px solid #659ce0; border-radius: 5px; text-align: center; position: relative; z-index: 200; } #top #nav_menu-2 p { text-align: right; padding-right: 20px; border: 5px solid #659ce0; border-radius: 5px; } #top #header .av-main-nav .av-menu-button-bordered { display: none!important; } }
Hi,
Almost there, changed it to a nav_menu and i can see that CSS is applied from the custom css (but not the menu) but that is fine, biggest issues are firstly that the link isnt clickable on the text, only on a small invisible box to the right of the text and the text is wrapping.
How do it:
1. Increase area so it doesnt wrap?
2. Increase link area to include entire text?Managed to get ID from the database, have custom_html right aligned now but it seems to be ignoring any of the CSS and the href that is applied to it. Displaying as plain text with no link or border.
Widget is Custom HTML as
<a href="#">CLAIM YOUR FREE LESSON HERE</a>
CSS is:
#top #custom_html-2 { width: 10vw; float: right; top: 60px; padding: 0; border: 5px blue; border-radius: 5px; } #top #custom_html-2 p { text-align: right; padding-right: 20px; border: 5px blue; border-radius: 5px; }
- This reply was modified 4 years, 5 months ago by erron.
That works yes, I changed the widget yes, and i just changed it again because i changed it to HTML, how do i identify the widget ID to put in the CSS?
I added as instructed and i got basic text widget displaying in the correct spot.
Once i tried editing the CSS it has move to left align above logo again even when i removed any associated CSS (basic text only currently).
I tried added the above code to both areas and still stuck above logo left aligned.
Site details added to private content.
I did yes as its a live site. I have added it again now.
Nikko,
Victoria said to add a custom widget area to the header which i have done using this guide
the result is the screenshot shown.
Hi,
Thanks, i have made the custom header widget and can display some text. Just need to make it right aligned on the same line as the logo now? See image in private content of where it is (Free Lesson) and the red circle for where i want it to go.Hi Mike,
Still not working, no matter if i use numbers or percentages or positions in background-position, the images stay on the either in top left or top right for mobile phones.
@media only screen and (max-width: 767px) {
#gridleft {
background-position: 50% 0;
}}The cells i am trying to alter image position for are set to fixed background attachment, top left background position and scaling to fit. This is reflected in the non-mobile device correctly. I just cant get mobile devices to show these images centered.
Yigit, there are a few but as an example, when you scroll down to the first section of text where it has a menu for ‘about’, ‘History’ etc, this menu loads a post, in the post are the elements. Would like to remove the left side one (which is the same in every post anyway) on mobiles only.
hope that made sense.
hi guys, with the mobile menu icon, the css worked but the image is too large. i tried reducing the image size but it made no difference as if it has a hard coded size somewhere. how do i just change?
This reply has been marked as private.Awesome thanks, any way to do this for only a single page?
That did the trick thankyou. One more question, how do i get this down arrow to appear on every page section and not just the first one?
Sorry for delay, finally tested the down arrow and its coming through looping the image, how can i either reduce the box area or stop it looping?
- This reply was modified 9 years, 10 months ago by erron.
That did the trick! thankyou.
This reply has been marked as private.Sorry, but where do i put that style code?
You my friend are a legend, thank you so much.
Thanks Josue that worked, next question is how do i get that caption area to be wider and move it close to left side of window?
Its fine, can be found here:
-
AuthorPosts