Home Forums WordPress Themes – Premium Preferential Preferential Logo and Site title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #54130
    ttm
    Participant

    Hi,
    Could you please tell me how to move the logo (image) from the top of site title to the left of the title just as in Circumference using the option “Logo with Title and Tagline”?

    • This topic was modified 5 years, 9 months ago by ttm.
    #54146
    Bidur
    Moderator

    Hello ttm,

    The theme doesn’t have header layout as similar as you’ve inquired about. However you can customize it as follows;
    Please add the following css inside the additional css section of your customizer;

    #pref-logo img{
    	float: left;
    }
    #pref-logo {
        text-align: left;
    }

    Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.