Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #83793
    ni_kiwi
    Member

    Hi,
    Am developing a local WP site using catch-Responsive on a child theme.
    Everything is updated
    Mobile Menu is working in Chrome developer mode
    Mobile menu is left justified

    How do I trigger the Mobile Menu to be right justified?
    I see the CSS float for it but I cannot find the “setting”. Nothing on default-options.php I could see.

    Could you tell me where to switch the justification of the mobile menu or is this a Pro Setting only?

    Thank you

    #83845
    Mahesh
    Participant

    Hi @ni_kiwi,

    No there is no such feature in Catch Responsive or Catch Responsive Pro. You can achieve it with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    .sidr ul li a, .sidr ul li span {
        text-align: right;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Mobile Menu Alignment’ is closed to new replies.