0
Welcome Guest! Login
0 items Join Now

Metropolis set logo hard left

  • Metropolis set logo hard left

    Posted 8 years 1 week ago
    • Any ideas on how I can have the logo for the Metropolis theme to be hard left again the side of the logo agrea? At the moment it has a gap which sits it off centre.
      Image attached.
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 21561
    • Thanks: 3090
    • messin' with stuff

    Re: Metropolis set logo hard left

    Posted 8 years 1 week ago
    • In the Widget add "nopaddingleft" as a Custom Variation
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:
  • Re: Metropolis set logo hard left

    Posted 8 years 1 week ago
    • Sorry what do you mean Widget? This is for the shop logo.
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: Metropolis set logo hard left

    Posted 8 years 1 week ago
    • Hi Marcus,

      I note your membership expired over a year ago so I guess that is why you posted in a public forum as you would no longer have access to template specific forums.

      Please note the terms you signed up to when you had your membership...


      Support:

      RocketTheme offers these templates and designs "as is", with no implied meaning that they will function exactly as you wish or with all 3rd party components and modules. Further, we offer no support via email or otherwise for installation, customization, administration, etc. A private members-only forum is available to Template Club members. RocketTheme does not commit to monitor these forums, but we reserve the right to respond and answer questions. You acknowledge by your use of the templates that it is at your sole risk, and that you assume full responsibility for all costs associated with all necessary servicing or repairs of any equipment you use in connection with the templates.

      Individuals and organizations that purchase products with “lifetime” terms of support and availability will retain access to downloads, updates, and related support forums until such time as the product purchased is considered “legacy” and is no longer sold or supported by RocketTheme. Once a product is no longer sold or supported, the purchaser may lose access to downloads and related support forums.

      In order to obtain support you will need a valid membership.

      Thanks for understanding.

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
  • Re: Metropolis set logo hard left

    Posted 6 years 9 months ago
    • Well I have the same question and a subscription. So what is "widget"? Were do you find it? And why is the default with padding?
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: Metropolis set logo hard left

    Posted 6 years 9 months ago
    • Hi Bob,

      A widget is found in Wordpress and in Joomla they tend to be modules, or in our Gantry 5 templates they are particles.

      So in the logo module add "nopaddingleft" in the advanced tab. That uses a preset css code.

      Alternatively provide a link to page where the problem is on your site it is quite hard for us to provide the best solution due to so many variables. We try to provide file names and line numbers for code changes and if changes have already been made then our advice may be incorrect.

      Can you please post a link to the problem and we will do our best to assist you.

      Thanks :)

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
  • Re: Metropolis set logo hard left

    Posted 6 years 9 months ago
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: Metropolis set logo hard left

    Posted 6 years 9 months ago
    • Hi Bob,

      For your Joomla installation using the custom logo option in the template you will have to add some custom css to override the defaults.

      Simply create a file called "<TEMPLATENAME>-custom.css" and put this file in the CSS folder of the template (where <TEMPLATENAME> is the name of the template as seen in template manager e.g. rt_metropolis). GANTRY4 will automatically load this CSS file. If you wish, you can also have browser specific files by appending, for example, "-ie9" making the filename "<TEMPLATENAME>-custom-ie9.css"

      Now add the following code to that file...

      .logo-block {
          padding: 10px 15px 10px 0;
          margin: 0 10px;
      }

      Hope this helps 8)
    • The following users have thanked you: Bob Bachus


    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
  • Re: Metropolis set logo hard left

    Posted 6 years 9 months ago
    • Hi David, so it appears that when this site is scaled the logo offset reappears. So, I need to add another snippet that relates to the responsive size.
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: Metropolis set logo hard left

    Posted 6 years 9 months ago
    • Hi Bob,

      It seems that you are right. There is a piece of code that adds a margin. Try adding the following code to your custom css file...

      @media (max-width: 767px) {
          .logo-block #rt-logo, .logo-block {
              margin: 0;
          }
      }

      Hope this helps 8)
    • Last Edit: 6 years 9 months ago by David Goode. Reason: Added a class
    • The following users have thanked you: Bob Bachus


    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information

Time to create page: 0.059 seconds