• Hi,
    The logo is overlapping the page titles in each section; how can I get this fixed? Please refer to the “logo overlapped” attachment.

    Also, the address is misplaced and I want to have it in the white area between header and the page contents; how can I do it? Please refer to the “address misplaced” attachment.

    Thanks for helping,
    Hashem

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    For the above issues, can you go to the Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:

    .logo-text-wrapper {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
    	margin-top: 60px;
    }
    
    .both .logo-text-wrapper #header-text {
    	    order: 2;
    }
    
    .both .logo-text-wrapper #header-text #site-description {
    	color: #5f5f5f;
    }
    
    .body-content-wrapper {
    	margin-top: 100px;
    }
    
    body:not(.home) .body-content-wrapper {
    	margin-top: 220px;
    }
    
    @media (max-width: 768px) {
    	.body-content-wrapper {
    		margin-top: 0px;
    	}
    	
    	body:not(.home) .body-content-wrapper {
    			margin-top: 80px;
    	}
    }

    Thanks.

    Thread Starter hashemroshanaie

    (@hashemroshanaie)

    Rajesh,
    Thanks for the help! I think it’s solved; however, I’d keep in touch if the issue still remains.
    I was wondering how can I change the address only font to Times New Roman? (im using a plugin that overrides whole sites font to be PAYPRUS, and I need the address line font to be times new roman. is there anyway?)

    Thanks again for your cool support,
    Hashem

    Hi,

    Glad to know it worked. While checking your site, the site-description(address line) font seems to be rendering the Times New Roman. Can you check that and confirm?

    And, feel free to ask again if you get any issue regarding the theme. If you liked this theme, you can help us by leaving a review.

    Thanks.

    Thread Starter hashemroshanaie

    (@hashemroshanaie)

    Hi Rajesh,
    The font is showing PAPYRUS and I want it be Times. Any ways?
    Thanks

    Hi,

    For showing it on inspection, you can go to the Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:

    #site-description{
    	font-family: 'Times New Roman' !important;  
    }

    Thanks.

    Thread Starter hashemroshanaie

    (@hashemroshanaie)

    It’s great. Thanks for support!

    Hi,

    Feel free to ask again if you get any issue regarding the theme. If you liked this theme, you can help us by leaving a review. ??

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘displaced logo and address’ is closed to new replies.