• Hi everybody!

    My site (emprendete.com.co) is running with this template (Soundbyte Progression – Podcast/Audio WordPress Theme) and I am struggling because I wanna reposition the logo. Apparently, the position of the logo cannot be change with VisualComposer; my option is to do it modifying the CSS or with any option you might think about.

    Another question: Once I manage to reposition the logo, how do I modify the menu position? I’m doing all of these to take advantage of space that’s not being used efficiently.

    I am not a coding expert, but I wanna do slight modifications.

    If you could tell me how to easily do it, I’d be more than happy.

    Thanks a lot!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You didn’t say where you want the logo — this puts it on the left

    header#masthead-progression #logo {
       float:left;
    }
    
    nav#site-navigation {
        float: left;
        top: 40px;
    }

    To add CSS:

    • If you are using WordPress 4.7 or later, use the “Additional CSS” option in the customizer.
    • If your theme has a custom CSS option, use that to add the CSS shown above.
    • If not, install the plugin Simple Custom CSS.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter aforero27

    (@aforero27)

    Thank you Steve! Your help was very useful ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to modify the position of a logo’ is closed to new replies.