Title: arhakim's Replies | WordPress.org

---

# arhakim

  [  ](https://wordpress.org/support/users/arhakim/)

 *   [Profile](https://wordpress.org/support/users/arhakim/)
 *   [Topics Started](https://wordpress.org/support/users/arhakim/topics/)
 *   [Replies Created](https://wordpress.org/support/users/arhakim/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/arhakim/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/arhakim/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/arhakim/engagements/)
 *   [Favorites](https://wordpress.org/support/users/arhakim/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/arhakim/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/arhakim/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MultiVendorX - WooCommerce Multivendor Marketplace AI Powered Solutions] Elementor Vendor list display type](https://wordpress.org/support/topic/elementor-vendor-list-display-type/)
 *  Thread Starter [arhakim](https://wordpress.org/support/users/arhakim/)
 * (@arhakim)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/elementor-vendor-list-display-type/#post-14958427)
 * Cant’ wait!
 * Thank you
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astrid] Widget Spacing](https://wordpress.org/support/topic/widget-spacing-6/)
 *  [arhakim](https://wordpress.org/support/users/arhakim/)
 * (@arhakim)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/widget-spacing-6/#post-13456245)
 * Hi, can you share your site URL here? I need to check it to resolve the issue.
 * Best.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Leto] Checkout, cart right box too small](https://wordpress.org/support/topic/checkout-cart-right-box-too-small/)
 *  [arhakim](https://wordpress.org/support/users/arhakim/)
 * (@arhakim)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/checkout-cart-right-box-too-small/#post-13436445)
 * Hi,
 * Add this CSS to “Customize > additional CSS” to make the page wider.
 *     ```
       .woocommerce-cart .content-area {
           width: 100%;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hiero] Changing font of bullet points](https://wordpress.org/support/topic/changing-font-of-bullet-points/)
 *  [arhakim](https://wordpress.org/support/users/arhakim/)
 * (@arhakim)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/changing-font-of-bullet-points/#post-13235131)
 * Hi,
 * Please try to change your font instead of using “league-spartan”
 * Best.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hiero] Change font in perex](https://wordpress.org/support/topic/change-font-in-perex/)
 *  [arhakim](https://wordpress.org/support/users/arhakim/)
 * (@arhakim)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/change-font-in-perex/#post-13235128)
 * Hi,
 * The short description already using a normal font-weight (not bold).
    Its because
   of your font “league-spartan” that looks all font bold.
 * Best.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] moesia stop menu from expanding when scrolling](https://wordpress.org/support/topic/moesia-stop-menu-from-expanding-when-scrolling/)
 *  [arhakim](https://wordpress.org/support/users/arhakim/)
 * (@arhakim)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/moesia-stop-menu-from-expanding-when-scrolling/#post-12873972)
 * Hi,
 * Please try to add this to Customize > additional CSS:
 *     ```
       .is-sticky .main-navigation li {
           padding: 10px;
       }
       ```
   
 * Regards,
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astrid] Text Colour on Header Image](https://wordpress.org/support/topic/text-colour-on-header-image/)
 *  [arhakim](https://wordpress.org/support/users/arhakim/)
 * (@arhakim)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/text-colour-on-header-image/#post-12429289)
 * Hi,
 * Can you share your site URL here? Let me check it directly to your site.
 * Regards,
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] Moesia blog page](https://wordpress.org/support/topic/moesia-blog-page-2/)
 *  [arhakim](https://wordpress.org/support/users/arhakim/)
 * (@arhakim)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/moesia-blog-page-2/#post-12306795)
 * Hi,
 * You can configure it from the Customizer > Blog options > Layouts > then choose
   the “small images” options
 * Regards,
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astrid] mobile drop down menu color change and project image overlay color change](https://wordpress.org/support/topic/mobile-drop-down-menu-color-change-and-project-image-overlay-color-change/)
 *  [arhakim](https://wordpress.org/support/users/arhakim/)
 * (@arhakim)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/mobile-drop-down-menu-color-change-and-project-image-overlay-color-change/#post-12074681)
 * Hi,
 * Here is to change the button menu on the mobile screen:
 *     ```
       .btn-menu {
           color: red;
       }
       ```
   
 * And this to change project color overlay:
 *     ```
       .project-thumb::before {
           background-color: rgba(255, 0, 0, .5);
       }
       ```
   
 * Put the code into Customize > additional CSS.
 * Regards,
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Airi] bootstrap.min.css](https://wordpress.org/support/topic/bootstrap-min-css/)
 *  [arhakim](https://wordpress.org/support/users/arhakim/)
 * (@arhakim)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/bootstrap-min-css/#post-11920103)
 * Hi,
 * Not all pages are using Elementor.
    Example in a blog post, site footer, site
   header needs to use Grid system offered by the Bootstrap CSS.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sydney] Menu](https://wordpress.org/support/topic/menu-204/)
 *  [arhakim](https://wordpress.org/support/users/arhakim/)
 * (@arhakim)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/menu-204/#post-11840270)
 * Hi,
 * Sydney Pro already have that top menu feature to show the contact info. No need
   a plugin. 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Talon] Add a full-width header image to pages](https://wordpress.org/support/topic/add-a-full-width-header-image-to-pages/)
 *  [arhakim](https://wordpress.org/support/users/arhakim/)
 * (@arhakim)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/add-a-full-width-header-image-to-pages/#post-11826266)
 * >  Is there a possibility to define a different header for each page?
 * Currently, the theme doesn’t support to have a different header image for each
   page.
 * > How can I define a header let’s say with 1920 x 400 px?
 * Here, add this to Customize > additional CSS:
 *     ```
       .header-image img {
           height: 400px;
           width: 100%;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Talon] Add a full-width header image to pages](https://wordpress.org/support/topic/add-a-full-width-header-image-to-pages/)
 *  [arhakim](https://wordpress.org/support/users/arhakim/)
 * (@arhakim)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/add-a-full-width-header-image-to-pages/#post-11821145)
 * Hi,
 * > What can I do to reduce the space between the Page title and the image?
 * Did you mean this [http://prntscr.com/or3z5z](http://prntscr.com/or3z5z)?
    If
   yes, add this code to Customize > additional CSS:
 *     ```
       .page-template-default .site-content {
           margin-top: 20px;
       }
       ```
   
 * > Do you have any solution for these issues?
 * I am sorry, can you be more clear on this?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Alizee] Picture of the header doesn’t resize on mobile](https://wordpress.org/support/topic/picture-of-the-header-doesnt-resize-on-mobile/)
 *  [arhakim](https://wordpress.org/support/users/arhakim/)
 * (@arhakim)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/picture-of-the-header-doesnt-resize-on-mobile/#post-11819420)
 * Hi,
 * I think you want to keep showing the person in the picture in all screen size,
   correct?
    If yes, you can add this CSS code below to Customize > additional CSS:
 *     ```
       @media (max-width: 1024px) and (orientation: landscape){
       	.site-header:after {
           	background-position: 70% -11% !important;
        }
       }
       @media (max-width: 1024px) and (orientation: portrait){
       	.site-header:after {
           	background-position: 70% -3% !important;
        }
       }
       @media (max-width: 900px){
       	.site-header:after {
           	background-position: 75% 85% !important;
        }
       }
       @media (max-width: 768px){
       	.site-header:after {
           	background-position: 75% -10% !important;
        }
       }
       @media (max-width: 500px){
       	.site-header:after {
           	background-position: 81% -40% !important;
        }
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Talon] Add a full-width header image to pages](https://wordpress.org/support/topic/add-a-full-width-header-image-to-pages/)
 *  [arhakim](https://wordpress.org/support/users/arhakim/)
 * (@arhakim)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/add-a-full-width-header-image-to-pages/#post-11810888)
 * I mean, the image on your site ([http://prntscr.com/optyms](http://prntscr.com/optyms)),
   from where did you upload it?
    Can you re-upload it?
 * Or, you can also to have a different image for each page using Page-builder plugin.
   
   1. Add a row to the page and don’t put any widget to it. 2. Set a background 
   image to the row from: Edit row > Design > Background image. You can also set
   the “Background Image Display” to “cover” 3. Add this CSS code to Edit row > 
   Attribute > CSS style:
 *     ```
       height: 400px;
       margin-left: -104px;
       margin-right: -104px;
       ```
   
 * screenshot: [http://prntscr.com/opu2ik](http://prntscr.com/opu2ik)

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/arhakim/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/arhakim/replies/page/2/?output_format=md)