Forum Replies Created
-
in reply to: Header title problem
Great,
now it’s working properly. Thanks a lot! :)
in reply to: Header title problem…or 3) just target portfolio pages with the CSS if possible
in reply to: Header title problemUh oh.
I noticed that the CSS you inserted in my custom CSS box affects all titles on site and ruins other pages.
I’m using the centered header on other pages:
https://181.224.130.249/~ilmailum/opas-mobiiliopastus/
Could you
1) fix the problem in theme backend or
2) target the custom CSS only to the left title + breadcrumbs so that it won’t affect the pages with centered title? Thanks!
in reply to: Mega menu positioning problemHi there,
Please help me fix this megamenu issue soon!
in reply to: Header title problemThanks,
this seems to work :). Something strange is going on with page header settings though as they didn’t work for me 100%, maybe you should inform the developer?
in reply to: Header title problemNow this is very strange. I have activated header in specular header options / default page header. The color and background are the default. Whatever I do I can’t get the header visible on portfolio pages. I have also tried “overwrite page default page options” on portfolio page and activate the header there but no result. What am I doing wrong here? The headers work properly on other pages.
in reply to: Header title problemHello,
Please try again the above URL portfolio page. Now you can see the title & breadcrumbs are cut from bottom (I changed the title font color to grey). The regular pages seem to be ok, this problem is only on portfolio pages.
I’d like to have a normal title + breadcrumbs on portfolio items like in your demo:
https://codeless.co/specular/default/?portfolio=portfolio-four-3
in reply to: Mega menu positioning problemHi there,
It’s a three column megamenu item. I’m using a macbook (1280px wide) and the last column doesn’t fit in the screen. I think the optimal would be that the megamenu should never exceed the page margin. As you can see in your screenshot, this item goes way beyond the margin.
in reply to: Header title problemThis reply has been marked as private.in reply to: Mega menu positioning problemThanks for the support,
this fixed most of the menu problems. But it created one more problem: the second last item “palvelut” is cut from right side and doesn’t fit on screen. Please help fix it.
in reply to: Mega menu positioning problemHello,
I have added items to my menu and I’m not happy with the user experience. The megamenu that opens from the first menu item (vieraile) is too far to the left. Also the fourth menu item (ajankohtaista) and the last (info) are too far to the right.
Clearly menu crossing the page margins doesn’t look good and its hard to use. Please help me fix this soon!
in reply to: Layout breaks in FirefoxThis reply has been marked as private.in reply to: Row padding & marginsOops,
mb0 {
margin-bottom: 0!important;
}-
This reply was modified 11 years, 2 months ago by
Most spectacular.
in reply to: Row padding & marginsI figured out a way to handle this.
Whenever I need to have zero padding in top / bottom of the page, I add your CSS to the visual composer / Page Settings.
Whenever I need to zero the default 85px row bottom margin I add a CSS class .mb0 to the Row Settings / Extra Class Name.
I created a custom CSS class
mb0 {
margin-bottom: 0;important
}
If somebody else has similar problems, this solution seems to work. However I suggest you add a margin bottom setting to the row settings so that users don’t have to mess with this kind of rigid positioning of rows. I have worked with other themes that have that setting in place and it makes it a lot easier to position rows vertically exactly as I like.
in reply to: Mobile logo problemHello,
I don’t have this CSS in my custom CSS box! The logo height is defined in General Options / Logo height.
After a bit of experimentation I found this CSS, which seems to work:
@media (max-width: 480px){
#logo img {
width: 80%;
height: 37px!important;
margin-top: -19px!important;
padding-left: 13%;
}
}
I hope this CSS doesn’t create any other problems I’m not aware of. It seems to work with my logo.
-
This reply was modified 11 years, 2 months ago by