Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #103527
    Fasteddie
    Participant

    Hello
    Newbie here.
    I know this has been asked before and answered but I cannot get it to work. I must be doing something wrong
    I have only just begun and my primary menu is right aligned. This means that the rightmost menu element cannot go to more than one sub menu level before cutting off. Off course I can work around this by keeping the rightmost menu element to only levels but inquiring minds need solutions.
    I have tried the Custom CSS suggested in other topics to make the menu left aligned but they do not seem to have any effect.
    The site is edlomax.net but remember is is still very preliminary.
    Regards
    Ed

    #103573
    Pratik
    Keymaster

    Hi @fasteddie,
    The custom CSS is different for each theme so it might be solution for other theme. For this theme,
    try following code in “Appearance=> Customize=> Theme Options=> Custom CSS” box:

    
    #site-navigation {
        float: left;
    }
    

    This will align menu to left.

    Let me know how it goes.

    Regards,
    Pratik

    #103626
    Pratik
    Keymaster

    Hi @fasteddie,

    Do you still want to get rid of Read More button on slider? I saw it on email, but that post is missing in this ticket.

    #103666
    Fasteddie
    Participant

    Pratik
    Thank You
    You CSS suggestion was perfect
    Yes I do want to get rid of the read more button and I would appreciate any help you can give me.
    I am very impressed by the Catch themes and I think the support on this forum is awesome
    Regards
    Ed

    #103673
    Fasteddie
    Participant

    Pratik
    I started another topic “Fabulous Fluid problem” as I had an issue with publishing. I discovered that that problem was as a result of the CSS code you gave me for the menu alignment which I have now removed.
    I still need the menu issue resolved and I would appreciate any help
    Regards
    Ed

    #103893
    Pratik
    Keymaster

    Hi @fasteddie,

    I checked your site and you have added the custom css and its working fine? Are there any issues?

    For hiding the read more button, try following CSS:

    
    #feature-slider .more {
        display: none;
    }
    

    Regards,
    Pratik

    #103923
    Fasteddie
    Participant

    Pratik
    Thank you
    Both suggestions you gave are perfect.
    I do not know what went wrong with my site but it had nothing to do with the CSS you gave me.
    I now take regular backups
    Regards
    Ed

    #103960
    Pratik
    Keymaster

    Hi @Fasteddie,

    I am glad it worked out.

    Regards,
    Pratik

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Fabulous Fluid Main menu alignment’ is closed to new replies.