• Hi and congratulations for this beautiful theme that I have installed on my website!

    There are three points I need help with:

    1. Is it possible to remove the “–” character in menus? If yes, how?
    2. I activated the social menu but I don’t understand why the wrong icons appear and I can’t figure out how to modify them with the correct links.
    3. I noticed that the theme is built in such a way as to have this “column” on the right which however penalizes the size of the central content. Is it possible to remove it by extending the central part of the site?

    Thanks so much for your support!
    Andrea

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi!

    1. The dash is added before submenu items. You can remove or change it to something else with this:
    .main-navigation .sub-menu li a:before, .main-navigation .children li a:before {
    content: '';
    }

    2. The social icons menu will display the icon for the social media service in each link. So if you link to Facebook, you’ll see a Facebook icon. If you link to Twitter, you’ll see that. You are linking to pages on your site, and the system does not recognize them as social media brands. I’d recommend moving those links to your regular menu.

    3. We aren’t able to provide extensive support for changing column widths, as that can cause bugs in the layout. But if you’d like, you can experiment by adding the following to your Additional CSS, and adjusting these default width values (on lines 3 and 6) to your liking:

    @media screen and (min-width: 1025px) {
      .entry-content, .entry-summary {
        width: 72.72%;
      }
      .hentry {
        max-width: 880px;
      }
    }

    Hoping this helps!

    Thread Starter andreaspinelliart

    (@andreaspinelliart)

    Thank you for your reply, I’m gonna test all your suggestions ??

    Andrea

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Social menu and right column’ is closed to new replies.