• Resolved YoavBT

    (@yoavbt)


    Hi,
    I’m trying to align my logo image to the right. I’ve changed the following part:

    #site-logo {
    		display: inline-block;
    		float: left;
    		margin: 0 24px 24px 0;
    		margin: 0 1.714285714rem 1.714285714rem 0;
    	}
    	#site-logo-image {
    
    	}
    	#site-title-wrapper {
    		float: left;
    		padding-top: 0;
    	}

    When i’ve changed the float to “none”, the image went to the center of the screen. However, when I’ve changed it to “right” – nothing happened. I guess I’m missing something…
    How do I align it to the right?

    Thanks!
    Yoav

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Tomas Mackevicius

    (@tomasm)

    Hi, could you give me address of your site? Then I could try to figure it out how to improve RTL CSS for both topics.

    Thread Starter YoavBT

    (@yoavbt)

    Hi, of course. Right now it’s – https://db3.33d.myftpupload.com

    (I’m using a “coming soon” plug-in. I see that it’s taking some time for it to disable itself. I hope that by the time you see this message, the site will be accessible)

    Theme Author Tomas Mackevicius

    (@tomasm)

    It looks like I was able to fix all problems, but please inspect the submenu, look if arrow showing to the left is actually on the left side:

    https://cloudup.com/cM81u9acA4i

    Thread Starter YoavBT

    (@yoavbt)

    Thanks! For some reason it didn’t change anything… There are two places with the exact lines:
    /* Theme Options – Site Header Logo */
    #site-logo {

    I’ve tried changing each one (and both), and somehow nothing happened (unless, as I’ve mentioned on the first message, I change it to “float: none”, in which case the logo image is centered.

    I’ve been having a few “weird” problems with my hosting. I don’t know if it might be related, or that somehow I missed something in the code…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Logo image aligns to the left or center, and not to the right’ is closed to new replies.