-
AuthorPosts
-
February 2, 2015 at 12:24 am #389088
Hello,
Please do take a look at my page at http://stolarijamedved.com/. Can you see the top menu? Alright, now scroll down…. can you see how the menu text got overlaped? Can I fix this?
Also, I’d like to make the menu when mouseovered colored, or some other effect, different from the line that appears on the bottom of the text.
If you could help me, I’d be very gratefull!
February 2, 2015 at 1:04 am #389091Also, while at it, please do take a look at for example this page : http://stolarijamedved.com/galerija-reference/galerija-stambena-oprema/galerija-blagovaonice/
Left sidebar is the problem. How can I edit it so that the PARENT pages are more visible from the CHILD pages. As of now, you are on the child page, but can you easly notice that? You can not, because the text is not bold for the PARENT page, nothing indicates CLEARLY what pages are PARENT and what pages are CHILD.
February 3, 2015 at 8:36 am #389887Hey paranoia32!
I had a look at your site and I saw that you had some custom CSS, I think it would be easier if you could let us have a look at your installation. Could you post WordPress login details as a private reply please?
Cheers!
Rikard- This reply was modified 9 years, 9 months ago by Yigit. Reason: made post public
February 3, 2015 at 11:28 pm #390447I see a reply marked as private and am unable to read it! Please clarify!
February 4, 2015 at 10:30 am #390622Hi!
Do you mind posting temporary admin login credentials here privately?
Cheers!
YigitFebruary 4, 2015 at 2:32 pm #390738This reply has been marked as private.February 5, 2015 at 3:33 pm #391383Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled span.menu-breaka { bottom: 0; } .header-scrolled span.menu-break { bottom: 15px; }
Regards,
YigitFebruary 5, 2015 at 4:28 pm #391418Thank you! That did it! Can I post further in this topic about the top menu issues or should I create a new topic? The thing is, if you are on a lower resolution monitor, the top menu overlaps with the logo too much before it actually converts to ”mobile view”, try resizing your browser window by width and you will see what I mean.
February 5, 2015 at 4:48 pm #391433Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 1300px) and (min-width: 990px) { .av-main-nav > li > a { padding: 0 6px; } #top #header .av-main-nav > li > a { font-size: 13px; } .logo * { max-width: 90%; top: 15px; } .avia-menu.av_menu_icon_beside { padding-right: 0; margin-right: 5px; }}
and then Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px
Best regards,
YigitFebruary 5, 2015 at 5:33 pm #391460Hello,
thank you for such a swift reply! It worked perfectly! Amazing!
Sorry to bother so much, but on this page http://stolarijamedved.com/galerija-reference/galerija-stambena-oprema/, I would love to make the elements in the left sidebar stand out. For example, I’d like to make it easier to notice which are parent pages and which are child pages.Are there any tips you could give me, on where to look for the code to edit?
Regards,
Matija
Edit: Not just that page with a sidebar, all pages with that sidebar!
- This reply was modified 9 years, 9 months ago by paranoia32.
February 5, 2015 at 5:38 pm #391464Hi!
Matija please add following code to Quick CSS as well
#top .widget_nav_menu li { font-weight: bold; } .sidebar ul.children li { font-weight: normal!important; }
It will make parent items bold and child items normal font weight. You can adjust styling using these selectors
Cheers!
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.